PDA

View Full Version : form question.


lzhang
01-16-2006, 04:56 PM
A normal form will look like this.

<form action="processingscript.htm" method="post">
</form>

Why my form looks like this.

<form action="--WEBBOT-SELF--" method="post">
</form>

It changed back to action="--webbot-self--" whenever I save the file.

_Aerospace_Eng_
01-16-2006, 06:30 PM
You must be using MS Frontpage. Use a different editor. It won't save it that way. You can't post to an html page by the way.

lzhang
01-17-2006, 10:30 AM
Oh, I figured it out. In the form property window, there is an option "Where to store results", I should select "Send to other" -- Custom ISAPI, NSAPI, CGI or ASP Script.

Thank u for your response. By the way, what other editor can I use? I do not use .Net.