J
Jim Leary
Hi all,
I create a new website in frontpage. Create a simple form with two input
fields saving to a file (all through the designer). I receive the message
"HTTP 405 - Resource not allowed" upon submission. I was using at first .HTM
then .ASPX. When I modify it to .ASP the form does not provide an error but
no content is written to the file.
-------
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>New Page 1</title>
</head>
<body>
<form method="POST" name="myform" action="--WEBBOT-SELF--">
<!--webbot bot="SaveResults" U-File="_private/form_results.csv"
S-Format="TEXT/CSV" S-Label-Fields="TRUE" B-Reverse-Chronology="FALSE"
S-Date-Format="%m/%d/%Y" S-Time-Format="%I:%M:%S %p"
S-Builtin-Fields="REMOTE_NAME REMOTE_USER HTTP_USER_AGENT Date Time" -->
<p><input type="text" name="T1" size="20"></p>
<p><textarea rows="2" name="S1" cols="20"></textarea></p>
<p> </p>
<p><input type="submit" value="Submit" name="B1"><input type="reset"
value="Reset" name="B2"></p>
</form>
</body>
</html>
I create a new website in frontpage. Create a simple form with two input
fields saving to a file (all through the designer). I receive the message
"HTTP 405 - Resource not allowed" upon submission. I was using at first .HTM
then .ASPX. When I modify it to .ASP the form does not provide an error but
no content is written to the file.
-------
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>New Page 1</title>
</head>
<body>
<form method="POST" name="myform" action="--WEBBOT-SELF--">
<!--webbot bot="SaveResults" U-File="_private/form_results.csv"
S-Format="TEXT/CSV" S-Label-Fields="TRUE" B-Reverse-Chronology="FALSE"
S-Date-Format="%m/%d/%Y" S-Time-Format="%I:%M:%S %p"
S-Builtin-Fields="REMOTE_NAME REMOTE_USER HTTP_USER_AGENT Date Time" -->
<p><input type="text" name="T1" size="20"></p>
<p><textarea rows="2" name="S1" cols="20"></textarea></p>
<p> </p>
<p><input type="submit" value="Submit" name="B1"><input type="reset"
value="Reset" name="B2"></p>
</form>
</body>
</html>