> I'm running into the same problem, and as far as I can tell, > it has something to do with IE not liking <cfinclude>s to > determine the site layout. If I have the <cfform> on a page > that contains no layers and does contain all the html > <head><body>, etc. elements, the forms display fine; but as > soon as I start using <cfincludes> and layers, it goes blank > in IE 7. Has anyone found a definitive solution to this yet?
CFINCLUDE is a server-side command. IE doesn't dislike this, or even know about it. As long as you generate valid HTML as a result of your server-side commands (CF tags, functions, etc), the browser has no way to differentiate that from any other valid HTML. > Flash forms don't display at all in IE7, they look fine in > all other browsers. The same exact code works fine on a CF > 7.0.2 server. This is most likely caused by the inability to resolve /CFIDE URLs. You can test that by attempting to visit those URLs directly within your browser. You can fix the problem by making sure the URLs resolve as they should, or by specifying different URLs using the SCRIPTSRC attribute of CFFORM, or by setting a non-default location for those URLs in the CF Administrator. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ Fig Leaf Training: Adobe/Google/Paperthin Certified Partners http://training.figleaf.com/ WebManiacs 2008: the ultimate conference for CF/Flex/AIR developers! http://www.webmaniacsconference.com/ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;160198600;22374440;w Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:300049 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

