alert message box title

arun_mrk

Well-known member
Joined
Apr 1, 2003
Messages
51
Location
beijing
Im newbie javascript.
I have used javascript alert statement in some of my webpage(asp.net).
Bydefault the alert box in javascript shows the title as INTERNET EXPLORER
Is there a way to change to title of the alertbox to my need.
 
As what I understand so far, there is no way to do that in Javascript. But you can do it in VBScript if your target client using Internet Explorer, because only IE support VBScript.
 
Back
Top