Quote Originally Posted by Anetrava View Post
I don't have a lot of time right now - working but here is some quick and dirty....obviously there are better ways but i'm not completely sure what you are trying to achieve or even what you are doing with the 'comments' that are submitted. I personally like asp .net and c#.
comment.html page:
<form id=form1 action="thankyou.html" method="get">
<input type="text" name=myText value="Leave Comment Here." size=25>
<input type="submit" name="submit1" value="Click Me">
</form>

thankyou.html page:
<form id=form1>
Thanks
</form>
OMG! Thank you thank you thank you thank you THANK YOU! IT WORKED! Thanks so much!!