Alright so when I click to submit the form the page just goes blank. I don't understand the deal with the .asp file, what am I supposed to put in there?
Here is my code:
<form name="input" action="formp2.asp" method="get">
Input your name: <br />
<input type="text" name="yourname" size="25"...