Set Confirmation Prompt Box's Title
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
Solution 1:
Solution 2:
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.
Post a Comment for "Set Confirmation Prompt Box's Title"