aspose file tools
The moose likes HTML, CSS and JavaScript and the fly likes changing title of alert box Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Engineering » HTML, CSS and JavaScript
Reply Bookmark "changing title of alert box" Watch "changing title of alert box" New topic
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
    
    6
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
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: changing title of alert box
 
Similar Threads
can v set TITLE to box alert box useing javascript
display ActionErrors in JavaScript AlertBox
Title for the alert box
Title sometimes wrong until JavaScript finishes
Alert with checkbox inside????