> Earlier someone had posted a link to get a "please wait > while page processes" tag- actually javascript that you > can add to a page. So I tried it out- very easy to use > but the directions say > <!--- Add the following to your <BODY> tag ---> > onUnload="myWindowClose()" so I put that in like so: > <BODY background="../Images/background.gif" bgcolor="#FFFFFF" > onUnload="MyWindowClose()"> > > Well it doesn't close out the popup page. And on my > Win2k/IE5.5 I get a run time error pointing to the line of > code in the body tag. Any ideas?
This could just be a typo in your email, but MyWindowClose and myWindowClose are two different names in JavaScript. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ voice: (202) 797-5496 fax: (202) 797-5444 ______________________________________________________________________ Signup for the Fusion Authority news alert and keep up with the latest news in ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

