I
Ian
I've created a frontpage form. when the form is submitted an error. The error indicates a sytax error, but i cannot see where. Any help would be great!
I think it is something to do with the "action" command in the form.
Please find code below:
THanks, Ian
<HTML>
<HEAD>
<meta HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=windows-1252">
<meta http-equiv="Content-Language" content="en-us">
<TITLE>New Page 1</TITLE>
</HEAD>
<BODY>
<H1>New Page 1</H1>
<HR>
<P>
This is an explanation of the purpose of the form ...</P>
<FORM METHOD="POST" name="feedback" action="--WEBBOT-SELF--" >
<!--WEBBOT BOT=SaveResults startspan S-Builtin-Fields S-Email-Address="(e-mail address removed)" S-Email-Format="TEXT/PRE" B-Email-Label-Fields="TRUE"
--><input TYPE="hidden" NAME="VTI-GROUP" VALUE="0"><!--webbot bot="SaveResults" endspan i-checksum="43374" --><P>
Please identify and describe yourself:</P>
<BLOCKQUOTE>
<TABLE>
<TR>
<TD ALIGN="right">
<EM>Name</EM></TD>
<TD>
<INPUT TYPE=TEXT NAME="Personal_FullName" SIZE=35>
</TD>
</TR>
<TR>
<TD ALIGN="right">
<EM>Date of Birth</EM></TD>
<TD>
<INPUT TYPE=TEXT NAME="Personal_DateOfBirth" SIZE=8>
</TD>
</TR>
<TR>
<TD ALIGN="right">
<EM>Sex</EM></TD>
<TD>
<INPUT TYPE=RADIO NAME="Personal_Sex" VALUE="Male" CHECKED>
Male <INPUT TYPE=RADIO NAME="Personal_Sex" VALUE="Female">
Female </TD>
</TR>
</TABLE>
</BLOCKQUOTE>
<INPUT TYPE=submit VALUE="Submit Form">
<INPUT TYPE=RESET VALUE="Reset Form">
</FORM>
<HR>
<H5>
Author information goes here.<br>Copyright © 2003 [OrganizationName]. All rights reserved. <BR>
Revised:
<!--WEBBOT BOT=TimeStamp
S-Type="EDITED"
S-Format="%m/%d/%y" startspan
-->08/02/04<!--webbot bot="TimeStamp" i-checksum="12764" endspan --></H5>
</BODY>
</HTML>
I think it is something to do with the "action" command in the form.
Please find code below:
THanks, Ian
<HTML>
<HEAD>
<meta HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=windows-1252">
<meta http-equiv="Content-Language" content="en-us">
<TITLE>New Page 1</TITLE>
</HEAD>
<BODY>
<H1>New Page 1</H1>
<HR>
<P>
This is an explanation of the purpose of the form ...</P>
<FORM METHOD="POST" name="feedback" action="--WEBBOT-SELF--" >
<!--WEBBOT BOT=SaveResults startspan S-Builtin-Fields S-Email-Address="(e-mail address removed)" S-Email-Format="TEXT/PRE" B-Email-Label-Fields="TRUE"
--><input TYPE="hidden" NAME="VTI-GROUP" VALUE="0"><!--webbot bot="SaveResults" endspan i-checksum="43374" --><P>
Please identify and describe yourself:</P>
<BLOCKQUOTE>
<TABLE>
<TR>
<TD ALIGN="right">
<EM>Name</EM></TD>
<TD>
<INPUT TYPE=TEXT NAME="Personal_FullName" SIZE=35>
</TD>
</TR>
<TR>
<TD ALIGN="right">
<EM>Date of Birth</EM></TD>
<TD>
<INPUT TYPE=TEXT NAME="Personal_DateOfBirth" SIZE=8>
</TD>
</TR>
<TR>
<TD ALIGN="right">
<EM>Sex</EM></TD>
<TD>
<INPUT TYPE=RADIO NAME="Personal_Sex" VALUE="Male" CHECKED>
Male <INPUT TYPE=RADIO NAME="Personal_Sex" VALUE="Female">
Female </TD>
</TR>
</TABLE>
</BLOCKQUOTE>
<INPUT TYPE=submit VALUE="Submit Form">
<INPUT TYPE=RESET VALUE="Reset Form">
</FORM>
<HR>
<H5>
Author information goes here.<br>Copyright © 2003 [OrganizationName]. All rights reserved. <BR>
Revised:
<!--WEBBOT BOT=TimeStamp
S-Type="EDITED"
S-Format="%m/%d/%y" startspan
-->08/02/04<!--webbot bot="TimeStamp" i-checksum="12764" endspan --></H5>
</BODY>
</HTML>