Not sure about other browsers, but in IE you can use <body onresize="location.reload();"> or if you're already past the body tag I believe it's window.onresize = location.reload; note that there are no () parenthesis in the 2nd case ...
Out of curiosity ... Why are you wanting to reload the document when the window resizes? Do you have objects on the page that are positioned absolutely using CSS? In any event ... a widely supported (os/browsers) solution may be tough to come by ... Isaac www.turnkey.to 954-776-0046 ______________________________________________________________________ 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

