PDA

View Full Version : Title of Alert Box...


karthikraja
06-10-2005, 08:13 AM
Is there any way to chnage the Alert Box title.? If so how is that?

regards

Karthik.R

Jon Hanlon
06-10-2005, 10:03 PM
Not in Javascript. You can in VBScript.
MsgBox(Message,Button,Title)

http://msdn.microsoft.com/library/en-us/script56/html/vsfctMsgBox.asp?frame=true

karthikraja
06-13-2005, 12:49 AM
Thanks for the info.

Can we do a user defined msgbox in javascript. Thats something that the user creates himself!!!

tarundhillon
06-14-2005, 12:34 AM
No you can not do that in javascript