|
-
Dec 21st, 2004, 06:58 AM
#1
Thread Starter
Junior Member
sub error when displaying web page
I have the following html code
<HEAD>
<title>Fillers Reports</title>
<meta name="GENERATOR" content="Microsoft Visual Studio .NET 7.1">
<meta name="CODE_LANGUAGE" content="Visual Basic .NET 7.1">
<meta name="vs_defaultClientScript" ontent="JavaScript">
<meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5">
<SCRIPT language="VBSCRIPT">
<!--
Sub btnClose_OnClick
Close
End Sub
-->
</SCRIPT>
<SCRIPT>
window.resizeTo(600,800);
</SCRIPT>
</HEAD>
when my web page loads I get the following error:
Cannot use parentheses when calling a sub.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|