Hi,
I'm trying the code below work but it does not produce the message. Can anybody help?
Thank you
Vlad
<HTML>
<script LANGUAGE="VBScript">
sub mySub()
msgbox "Hello!"
end sub
</script>
<HEAD>
<title>Tax Calculation Type</title>
</HEAD>
<BODY>
<p>
<BUTTON TYPE=BUTTON>
<IMG SRC="T://Source/Utilities/signpost.gif" onClick=mySub() HEIGHT=97 WIDTH=105 ALT="Starflower" ALIGN="ABSMIDDLE">
<STRONG>Send It In!</STRONG>
</BUTTON>
</p>
</BODY>
</HTML>
I'm trying the code below work but it does not produce the message. Can anybody help?
Thank you
Vlad
<HTML>
<script LANGUAGE="VBScript">
sub mySub()
msgbox "Hello!"
end sub
</script>
<HEAD>
<title>Tax Calculation Type</title>
</HEAD>
<BODY>
<p>
<BUTTON TYPE=BUTTON>
<IMG SRC="T://Source/Utilities/signpost.gif" onClick=mySub() HEIGHT=97 WIDTH=105 ALT="Starflower" ALIGN="ABSMIDDLE">
<STRONG>Send It In!</STRONG>
</BUTTON>
</p>
</BODY>
</HTML>