that means there is an error in your code on the page that you load in the cfdiv, or a cfc that page uses... use cf ajax debugger to get full error: add ?cfdebug=true to the url of your main page to start ajax debugger after enabling it in cf admin.
Azadi Saryev Sabai-dee.com http://www.sabai-dee.com/ William Seiter wrote: > I added this line and ran it and it didn't change the error. > > I forgot to mention, however, that when I click on the submit button in the > CFFORM in my browser, I first get the below error in a javascript alert > window, and then the sitewide 404 handler loads inside the cfdiv area: > > "Error retrieving markup for element [div id] :Not Found [enable debuggin by > adding 'cfdebug' to your URL parameters to see more information]" > > Thank you, > William > > >> try the following: >> make sure on the main page (that has the cfdiv you load the form into) >> you import the cfform tag with cfajaximport: >> <cfajaximport tags="cfform"> >> >> Azadi Saryev >> Sabai-dee.com >> http://www.sabai-dee.com/ >> >> >> >> William Seiter wrote: >> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;192386516;25150098;k Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:305784 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

