| Author |
Alert timeout
|
Kedar Dravid
Ranch Hand
Joined: May 28, 2004
Posts: 333
|
|
|
I want to display alerts on my JSP pages for only a fixed period of time, say, 4 seconds. Right now on the body onLoad() of a JSP, I am calling a Javascript funtion which displays the alert. I want these alerts to disappear after say, 3 or 4 seconds
|
 |
Eric Pascarello
author
Rancher
Joined: Nov 08, 2001
Posts: 15357
|
|
You can not close alerts, only the user can. You will need to use layers to produce teh same effect. Eric
|
 |
 |
|
|
subject: Alert timeout
|
|
|