| Author |
changing title of alert box
|
naveen chinthakunta
Greenhorn
Joined: Sep 26, 2005
Posts: 16
|
|
Hi all, I am trying to use JavaScript to pop up error/warning messages on my JSP page. Is there any way to change the title of the alert box in java script? On IE, the title appears as "Microsoft Internet Explorer" and for Mozilla the title appears as the URL of the page. I want to standardise this. Any suggestions on this would be great. Thanks n Regards, Naveen
|
 |
Eric Pascarello
author
Rancher
Joined: Nov 08, 2001
Posts: 15357
|
|
No, You either have to learn to deal with what the browser does, or you have to build a cutom one out of layers or fine a third party tool that does it and realize that it is impossible to get it to work like a real alert. Eric
|
 |
 |
|
|
subject: changing title of alert box
|
|
|