Bernard Boakes
05-15-2004, 11:09 AM
Dear All
I am new to web designing. I am trying to use a Guest Form on a site. I have found the follow "script"
<form
action="/Web/cgi-bin/guestbook.cgi/Web/Examples/More_HTML/chap06/guestbook.htm"
method="POST">
<p>Name: <input type="text" size="25" maxlength="25"
name="name"> <br>
Email address: <input type="text" size="30" maxlength="30"
name="address"> <br>
Text: <br>
<textarea name="body" rows="15" cols="60"></textarea> <br>
<input type="submit" value="POST"> <input type="reset"
value="CLEAR"> </p>
</form>
How do I modify the "script" so the comment is sent to my e-mail address?
Thank you
Bernard Boakes.
I am new to web designing. I am trying to use a Guest Form on a site. I have found the follow "script"
<form
action="/Web/cgi-bin/guestbook.cgi/Web/Examples/More_HTML/chap06/guestbook.htm"
method="POST">
<p>Name: <input type="text" size="25" maxlength="25"
name="name"> <br>
Email address: <input type="text" size="30" maxlength="30"
name="address"> <br>
Text: <br>
<textarea name="body" rows="15" cols="60"></textarea> <br>
<input type="submit" value="POST"> <input type="reset"
value="CLEAR"> </p>
</form>
How do I modify the "script" so the comment is sent to my e-mail address?
Thank you
Bernard Boakes.