[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

sigmundlo

12/15/2005 1:52:00 PM

How can I detect that a webpage has finished loading? Is there a method
called when it's finished?

Thank you
1 Answer

Luegisdorf

12/15/2005 2:58:00 PM

0

Hi sugmundo

You can only check this with javaScript, but you have to put the onload
attribute in the body tag. Axapta/COM-Compenent itself cannot detect if the
page load is finished, except the onload attribute refers to a javascript
which opens another page/web form (and you have overwritten the init or run
from the web from which will be called).

Best regards
Patrick

"sigmundlo" wrote:

> How can I detect that a webpage has finished loading? Is there a method
> called when it's finished?
>
> Thank you