Submit Problems (Action Command?)

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>
 
M

MD Websunlimited

No, you need the FP SE installed on your local machine or it is not installed at the server.


--
Mike -- FrontPage MVP '97-'02
http://www.websunlimited.com
FrontPage Add-ins Since '97 FP 2003 / 2002 / 2000 Compatible

Ian said:
Yeap! We're trying to host through bt broadband and they assure me that the frontpage server extensions are installed!

I think the problem is somehthing to do with microsoft knowledge base 181205. I've followed the instructions but i still get the
same problems. Does the code look ok???
Ian said:
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

Ian Cruickshank

The server contains FP extensions, i'm using ftp via interent explorer rather than http. Couild this be creating the problem? Please find below the link to the form. When submitting the form, the error that occurs is a code which relates to a syntax issue?? The code looks fine though, any help would be greatful!

http://www.nationwidetraininglimited.co.uk/contact.htm

Cheers, Ian
 
K

Kevin Spencer

The problem is most likely due to using FTP rather than FrontPage to
publish. If you re-publish the web using FrontPage, and recalculate
hyperlinks, everything should be fine.

--
HTH,
Kevin Spencer
..Net Developer
Microsoft MVP
Big things are made up
of lots of little things.

Ian Cruickshank said:
The server contains FP extensions, i'm using ftp via interent explorer
rather than http. Couild this be creating the problem? Please find below
the link to the form. When submitting the form, the error that occurs is a
code which relates to a syntax issue?? The code looks fine though, any help
would be greatful!
error indicates a sytax error, but i cannot see where. Any help would be
great!S-Email-Address="(e-mail address removed)" S-Email-Format="TEXT/PRE"
B-Email-Label-Fields="TRUE"
bot="SaveResults" endspan i-checksum="43374" --> said:
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. said:
Revised:
<!--WEBBOT BOT=TimeStamp
S-Type="EDITED"
S-Format="%m/%d/%y" startspan
-->08/02/04<!--webbot bot="TimeStamp" i-checksum="12764"
endspan --> said:
</BODY>
</HTML>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top