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