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.
Any way to set the confirmation prompt (confirm() in javascript) box’s title? At the
Share
Neither Mozilla nor IE support setting a title, as indicated in the linked specs.