Re: How to catch onload event from C++?
- From: "Igor Tandetnik" <itandetnik@xxxxxxxx>
- Date: Mon, 5 Nov 2007 07:53:02 -0500
<myie2@xxxxxxxxxxx> wrote in message
news:1194248860.920843.304880@xxxxxxxxxxxxxxxxxxxxxxxxxxxx
Yes. I want to execute some code from my hosting program, at the
moment that the page loaded but before other script started. I think
the similar place is when <body>'s onload executes.
I showed you an example where script runs _before_ the page is fully
loaded. Thus, in general, it is impossible to do something after the
page is fully loaded but before any script on it executes, because there
may not be any such point in time.
--
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
.
- References:
- Re: How to catch onload event from C++?
- From: myie2
- Re: How to catch onload event from C++?
- From: Igor Tandetnik
- Re: How to catch onload event from C++?
- From: myie2
- Re: How to catch onload event from C++?
- Prev by Date: Re: How to catch onload event from C++?
- Next by Date: Handling RSS feeds
- Previous by thread: Re: How to catch onload event from C++?
- Next by thread: From VB6 code - run Javascript function in WebBrowser control
- Index(es):
Relevant Pages
|