aspose file tools
The moose likes HTML, CSS and JavaScript and the fly likes Confirm popup title Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Engineering » HTML, CSS and JavaScript
Reply Bookmark "Confirm popup title" Watch "Confirm popup title" New topic
Author

Confirm popup title

Varun K. Gupta
Greenhorn

Joined: Jun 14, 2009
Posts: 9
Hi,

I am using javascript to show confirm popup message like "Do you want to delete" but i have cross browser title issues...

on Firefox : it doesn't show me any title
on IE: confirm popup title is like "Message from webpage"
on Chrome it says: "The page at localhost 8080 says" ...

I need to customize title for all browse like "My title" on popup box.. is there any generic way.. currently I am using only javascript.. no jquery..
Sagar Rohankar
Ranch Hand

Joined: Feb 19, 2008
Posts: 2896
    
    1

As far as my knowledge is concerned, for JS alert/confirmation, you can't change the title.


[LEARNING bLOG] | [Freelance Web Designer] | [and "Rohan" is part of my surname]
Bear Bibeault
Author and ninkuma
Marshal

Joined: Jan 10, 2002
Posts: 56233
    
  13

You have no control over what the browser will show.

If you want complete control, you'll need to create your own dialog using something like jQuery UI dialogs, Facebox, jQuery tools, or other toolkit.


[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: Confirm popup title
 
Similar Threads
javascript error display on same page without popup window to avoid struts framework
data submit on popup and refresh parent page
How to get the value from action to the javascript.
Showing popups without using JavaScript
taking user response in middle of server processing?