Re: onload handler order of firing
- From: Jasen Betts <jasen@xxxxxxxxxxx>
- Date: Fri, 03 Feb 2006 18:08:27 -0000
On 2006-02-02, Thomas 'PointedEars' Lahn <PointedEars@xxxxxx> wrote:
VK wrote:
Thomas 'PointedEars' Lahn wrote:
VK wrote:
window.onload handler call merely means that DOM structure is ready
[...]
No, that is what document.body.onload or the `onload' attribute of the
`body' element means. window.onload means that the window was loaded.
?
document.body doesn't have / trig "load" event.
It has.
post a working example. I tried this, and similar with not effect.
<script type="text/javascript">
document.body.onload=function (){alert("Thomas is right");};
</script>
<body onload="f()"> is just older [...] equivalent of window.onload
Not at all.
It is largely equivalent here, are you saying it's newer?
Bye.
Jasen
.
- References:
- Re: onload handler order of firing
- From: VK
- Re: onload handler order of firing
- From: Thomas 'PointedEars' Lahn
- Re: onload handler order of firing
- From: VK
- Re: onload handler order of firing
- From: Thomas 'PointedEars' Lahn
- Re: onload handler order of firing
- Prev by Date: Re: DIV display state changes
- Next by Date: Re: Array in javascript
- Previous by thread: Re: onload handler order of firing
- Next by thread: Unsure of what even to catch.
- Index(es):
Relevant Pages
|