Hello,

I have just started to use query strings and need to know the following

I have a page with an inputbox called "email". I now want to send
whatever was put in the inputbox(email) to my next page. My question is...
how do I reference that inputbox...


'This is my form - I want to send email to "test.asp"
<form id="frmcheck" method="POST" action="test.asp">


'This is my inputbox - "email"
<input type="text" name="email" size="20">


Thanks,