[Laszlo-dev] "the window.onload problem"
Jim Grandy
jgrandy at openlaszlo.org
Mon Aug 21 17:56:24 EDT 2006
Not sure if this is useful for us in our DHTML efforts or not, but
these two posts are certainly full of interesting obscure information
about our target browsers. I certainly didn't know that IE supported
conditional comments:
<!--[if IE]><script defer src="ie_onload.js"></script><![endif]-->
or conditional compilation:
/*@cc_on @*/
/*@if (@_win32)
document.write("<script defer src=ie_onload.js><"+"/script>");
/*@end @*/
http://dean.edwards.name/weblog/2005/09/busted/
http://dean.edwards.name/weblog/2006/06/again/
More information about the Laszlo-dev
mailing list