Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Method POST not working

Status
Not open for further replies.

Dimandja

Programmer
Apr 29, 2002
2,720
US
I am using Windows XP Pro. I generate the following code through Front Page Express. When I "submit" my "comments", my browser (IE) reports: "Cannot find server or DNS Error".

The code:
Code:
<form action=&quot;--WEBBOT-SELF--&quot; method=&quot;POST&quot;>
    <!--webbot bot=&quot;SaveResults&quot;
    u-file=&quot;file:///C:/Documents and Settings/Dimandja/Local Settings/Temp/_private/homeresp.txt&quot;
    s-format=&quot;TEXT/TSV&quot; b-label-fields=&quot;TRUE&quot;
    s-builtin-fields=&quot;Date,Time,REMOTE_NAME&quot; --><p> </p>
    <p>Please tell me what you think about this page.</p>
    <p><strong>Comments:</strong><br>
    <textarea name=&quot;Comments&quot; rows=&quot;10&quot; cols=&quot;40&quot;></textarea> <br>
    <br>
    <strong>From:</strong><br>
    <input type=&quot;text&quot; size=&quot;40&quot; maxlength=&quot;256&quot; name=&quot;From&quot;> <br>
    <br>
    <input type=&quot;submit&quot; value=&quot;Submit Comments&quot;> <input
    type=&quot;reset&quot; value=&quot;Reset Form&quot;> </p>
</form>
What do I need to do to post my 'comments' to the text file indicated? And what is WEBBOT?

Dimandja


 
A webbot is FP built in form handling. You ned to be running personal web server, iis or publish these pages to some &quot;web&quot; server with FP extensions installed. DeZiner
Never be afraid to try something new.
Remember that amateurs built the Ark.
Professionals built the Titanic
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top