Re: How to catch onload event from C++?



<myie2@xxxxxxxxxxx> wrote in message
news:1193124617.059662.145500@xxxxxxxxxxxxxxxxxxxxxxxxxxx
I am looking for a way to catch body tag's onload event from my C++
code. I see some post suggesting to sink the event from
OnDocumentComplete method, but it looks like sometimes the onload
event will fire before OnDocumentComplete comes.

I'm not sure I understand. Why do you want to catch onload? If your goal
is to determine when the page is fully loaded, just handle
DocumentComplete. What exactly are you trying to do?
--
With best wishes,
Igor Tandetnik

With sufficient thrust, pigs fly just fine. However, this is not
necessarily a good idea. It is hard to be sure where they are going to
land, and it could be dangerous sitting under them as they fly
overhead. -- RFC 1925


.



Relevant Pages


Loading