newbie1983
Programmer
Hi,
I am writing my first asp page and is not going well, i get a run-time error from the very first line when i view the page in the browser:
Line 1:
Error: 'thisPage' is undefined
the first section of my code is here if it may prove helpful:
<%@ Language=VBScript %>
<% ' VI 6.0 Scripting Object Model Enabled %>
<!--#include file="_ScriptLibrary/pm.asp"-->
<% if StartPageProcessing() Then Response.End() %>
<FORM name=thisForm METHOD=post>
<HTML>
<HEAD>
<META NAME="GENERATOR" Content="Microsoft Visual Studio 6.0">
</HEAD>
<body TOPMARGIN="0" LEFTMARGIN="0" RIGHTMARGIN="0" BOTTOMMARGIN="0">
Any suggestions would be greatly appreciated.
Kind Regards
HP
I am writing my first asp page and is not going well, i get a run-time error from the very first line when i view the page in the browser:
Line 1:
Error: 'thisPage' is undefined
the first section of my code is here if it may prove helpful:
<%@ Language=VBScript %>
<% ' VI 6.0 Scripting Object Model Enabled %>
<!--#include file="_ScriptLibrary/pm.asp"-->
<% if StartPageProcessing() Then Response.End() %>
<FORM name=thisForm METHOD=post>
<HTML>
<HEAD>
<META NAME="GENERATOR" Content="Microsoft Visual Studio 6.0">
</HEAD>
<body TOPMARGIN="0" LEFTMARGIN="0" RIGHTMARGIN="0" BOTTOMMARGIN="0">
Any suggestions would be greatly appreciated.
Kind Regards
HP