View Single Post
  #1 (permalink)  
Old February 20th, 2006, 06:40 AM
crmpicco crmpicco is offline
Friend of Wrox
 
Join Date: Jan 2005
Posts: 1,525
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via ICQ to crmpicco Send a message via AIM to crmpicco Send a message via MSN to crmpicco Send a message via Yahoo to crmpicco
Default Change MsgBox title from VBScript to custom

Code:
<INPUT TYPE="BUTTON" NAME="button0" VALUE="Click Here!">
<SCRIPT LANGUAGE="VBScript"> 
Sub button0_onclick 
   MsgBox "Please Click OK", VBYesNo
End Sub 
</SCRIPT>
Is there a way i can Change MsgBox title from VBScript to custom?


www.crmpicco.co.uk
__________________
_______________________
Ayrshire Minis - a Mini E-Community
http://www.ayrshireminis.com
http://www.crmpicco.co.uk
Reply With Quote