|
sourcecode(cut&paste):
<html> <head> <SCRIPT LANGUAGE ="VBScript"> sub vbtest() alert "Put your message here...!" end sub </script> </head> <body bgcolor="#FFFFFF"> <input type="button" name="Button" value="press me" onclick="vbtest()"> </body> </html> |
|||
|
|
|||