Whoops, that should read (OnLoad function)

Here is the HTML for the Body...
<body onload="InitForm()" bgcolor="#FFFFFF" text="#000000"
leftmargin="0" topmargin="5" marginwidth="0" marginheight="0">

But my questions still remains.  How do I gain control after the
'onload' function is called.

And what if the document doesn't have an onload function?  Is there a
way to determine this simply?  Ideally, I simply want a way to detect
when all the processing of the Web Page is finished and I can safely
do my work...

Thanks,
     Mikey

[EMAIL PROTECTED] (Mikey Alexander) wrote in message news:<[EMAIL PROTECTED]>...
> I'm trying to edit the DOM after a page loads, and correctly access
> the page after it is loaded.  However, the OnInit function for the Web
> Page is called AFTER the Event is delivered to my embedded program.
> 
> How do I get control after the OnInit function is called?
> 
> Thanks
> Mikey

Reply via email to