I am working on an ASP page that also includes some basic Client Side
validation. I am just starting to work with VBScript on the client so I
threw together a little test file and I keep getting:
Error: Expected ';'
on the first line after <SCRIPT LANGUANGE="VBScript">
I have tried subs, functions, etc... Why is it expecting a semicolon?
<HTML>
<HEAD>
<SCRIPT LANGUANGE="VBScript">
Function Test()
End Function
</SCRIPT>
</HEAD>
<BODY>
</BODY>
</HTML>
*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!