Not working - Means the cfdiv does not load.
Yes - the page loads in browser fine no error.
Thanks, SS
Main Topics
Browse All TopicsI am using the cfdiv to bind to a url - I am missing something. See code below.
Its not working.
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
are you calling page and now.cfm in the same dir?
do any other cf ajax features work on your site? - your web server may be missing a virtual dir pointing to CFIDE folder if no cf ajax features work on your site...
did you check request/response headers and content?
is your page available on the Internet to have a look at?
Azadi
check if you are using some thing like cflocation in now.cfm which may cause problem
If you say that a cfdiv points to now.cfm, the browser makes a request for now.cfm and expects content back. if u use cflocation returns a header that says go someplace else.then ajax cannot handle that.
Check whether u r using some thing like that.
Business Accounts
Answer for Membership
by: azadisaryevPosted on 2009-09-17 at 22:01:48ID: 25363010
can you define 'not working' please?
did you check that your now.cfm page does not throw some error? request it diretcly in your browser and make sure it returns what you expect it to return and does not throw any errors.
you can use firefox+firebug (or a similar tool) to check that your ajax requests are actually working by inspecting headers and http requests/responses. do any other cf ajax features work on your site?
not related to your question, but you do not have to have <cfdiv> inside <cfform> tag - you can use it on its own.
also, proper syntax requires a space before /> : <cfdiv bind="url:now.cfm" bindonload="true" />
Azadi