[thelist] onresize for valid XHTML

Jeremy Keith jeremy at adactio.com
Fri Oct 5 07:32:54 CDT 2001


> I had a function like this
> 
> function reDo(){ window.location.reload() }
> window.onresize = reDo;
> 
> and was going to call it like
> 
> body onresize="window.location.reload()"

I don't think you need to put anything in the body tag itself. By having
window.onresize = reDo;
in your script, you should be covered.

Try it and see what happens.

-- 
Jeremy Keith

a d a c t i o

http://adactio.com





More information about the thelist mailing list