![]() |
|
#1
|
|||
|
|||
|
Hi,
Does any one know what browsers (and versions) support window.onload event? Thanks Cheers bjawnie |
|
#2
|
|||
|
|||
|
For instance like this:
[code:c5n8e0ylum]<script language="javascript" type="text/javascript"> <!-- window.onload=function() { alert('alert'); }; //--> </script>[/code:c5n8e0ylum] Cheers bjawnie |
|
#3
|
|||
|
|||
|
'what'...
its a standard javascript event; i think it was implemented very early on. so basically, every browser you can find that supports javascript and that people actually use in 2005. [url="http://chrispoole.com"]Chris[/url:8kwtwyf7b4] |
|
#4
|
|||
|
|||
|
Hi,
Excellent that was just the kind of answer I was looking for. So basicly if a browser supports the "onload" event inside the "body" tag it would also support "window.onload"? Cheers bjawnie |
|
#5
|
|||
|
|||
|
yes, afaik. window.onload will only run if they have javascript enabled in the first place, remember.
[url="http://chrispoole.com"]Chris[/url:yvql46v3qp] |
|
#6
|
|||
|
|||
|
hi,
K, thanks. Cheers bjawnie |
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|