|
Hello,
i am trying to put A simple guestbook to my web page ..anybode pls guide me ..about the cript required for this ..html code for guestbook.html as :
<html>
<body bgcolor=8888FF>
<h2> My Guestbook . .</h2>
<a href="home.html">GO BACK</a>
<hr>
<form method=post action="/cgi-bin/(guestBook.cgi " this what i need !!)>
<input type=hidden name=fields value="Name,Email,Comments">
Name: <input type=text name=Name><br>
Email Address: <input type=text name=Email><br>
Comments: <br><textarea name=Comments rows=5 cols=60>
</textarea><br>
<input type=submit value="Submit">
</form>
<hr noshade>
<!--GUESTBOOK-OPTIONS: maxEntries=10-->
<!--GUESTBOOK-->
<!--GUESTBOOK-->
<hr noshade>
</body>
</html>
...now this html is working ..my aim is i like every new entry should be added and saved in the same html file and ie. guestbook.html ..
pls advice
Thanks
|