VBSCRIPT in MsgBox Title
Written by Eric Smith, Northstar Computer Systems LLC
A user was mentioning that when he created a MsgBox in client-side VBScript, the title of the message box was VBSCRIPT. You can change this by adding a third argument to your MsgBox call, as shown here:
MsgBox "This is the message", vbOK, "This is the title."
Keywords: [
Uncategorized ASP Tips
]
Publication Date: 8/9/2000
|