W
William
I have a simple form that emails the form field contents.
It works fine as a .htm file. But when saved as a .asp,
it doesn't work. I have a need to have it with a .asp
file extension. Is this possible? The code is below:
<html>
<head>
<meta name="GENERATOR" content="Microsoft FrontPage 6.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<meta http-equiv="Content-Type" content="text/html;
charset=windows-1252">
<title>New Page 1</title>
</head>
<body>
<form method="POST" action="--WEBBOT-SELF--">
<!--webbot bot="SaveResults" S-Email-
Format="TEXT/PRE" S-Email-Address="(e-mail address removed)" B-
Email-Label-Fields="TRUE" S-Builtin-Fields startspan --
<p><input type="submit" value="Submit"
name="B1"><input type="reset" value="Reset"
name="B2"><input type="text" name="T1" size="20"></p>
</form>
</body>
</html>
It works fine as a .htm file. But when saved as a .asp,
it doesn't work. I have a need to have it with a .asp
file extension. Is this possible? The code is below:
<html>
<head>
<meta name="GENERATOR" content="Microsoft FrontPage 6.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<meta http-equiv="Content-Type" content="text/html;
charset=windows-1252">
<title>New Page 1</title>
</head>
<body>
<form method="POST" action="--WEBBOT-SELF--">
<!--webbot bot="SaveResults" S-Email-
Format="TEXT/PRE" S-Email-Address="(e-mail address removed)" B-
Email-Label-Fields="TRUE" S-Builtin-Fields startspan --
webbot bot="SaveResults" i-checksum="43374" endspan --><input TYPE="hidden" NAME="VTI-GROUP" VALUE="0"><!--
<p><input type="submit" value="Submit"
name="B1"><input type="reset" value="Reset"
name="B2"><input type="text" name="T1" size="20"></p>
</form>
</body>
</html>