tags:

views:

717

answers:

2

Any way to set the confirmation prompt (confirm() in javascript) box's title? At the moment it will display the confirmation prompt box's title to "Windows Internet Explorer" if it run in IE and "the page at http://... said: " in Firefox.

+8  A: 

Neither Mozilla nor IE support setting a title, as indicated in the linked specs.

DocMax
+4  A: 

It is not possible according to specs. May I suggest that you use a JavaScript modal box instead.

I've used wildbit labs' Modalbox which works quite well.

Salman A
+1 ......simple and useful
Xinus