Hi all, I was wondering if anyone has any experience using IFRAME and Cold Fusion. I have to write an application that has specifically asked that IFRAME be used and I was looking for some examples and I could not find any.
Thanks Mario =================================================== =================================================== Dear Mario, Excellent question, I deploy constantly in Iframes and Ilayers...makes all the difference when client does not pay for a content management system ontop of CF. Definitely go with Anand tag usage, and let us know when the frozen margaritas are ready. <cfif request.IsIE> <iframe src="index.cfm?fuseaction=showhistory" frameborder="no" leftmargin="0" topmargin="0" marginheight="0" marginwidth="0" width=190> </iframe> <cfelse> <layer src="index.cfm?fuseaction=showhistory" zindex="1000" frameborder="no" name="basefrm"> </layer> </cfif> Regards, Steve ______________________________________________________________________ Your ad could be here. Monies from ads go to support these lists and provide more resources for the community. http://www.fusionauthority.com/ads.cfm Archives: http://www.mail-archive.com/cf-community@houseoffusion.com/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists
