theres no browser event as such. but theres this onload event of html which
u can trap it in the body tag and assign a script function to it.
e.x.
<body onload="load();">
where load() is a user defined javascript function and it wil be called
everytime the page is loaded.


----- Original Message -----
From: "653" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Saturday, September 09, 2000 1:39 PM
Subject: broswer's event when page finish loading ????


> i need to do certain things after browser has completely loaded the page.
so
> i was wondering whether browsers fire an event kind of thing when page is
> loaded. also is there anyway that we can find whether page was
successfully
> loaded ? i mean that sometimes connection is broken.
>
>
___________________________________________________________________________
> To unsubscribe, send email to [EMAIL PROTECTED] and include in the
body
> of the message "signoff SERVLET-INTEREST".
>
> Archives: http://archives.java.sun.com/archives/servlet-interest.html
> Resources: http://java.sun.com/products/servlet/external-resources.html
> LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to