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" maxlength="50" />
<br /> <br />
Your e-mail address: <br />
<input type="text" name="emailadd" size="25" maxlength="50" /> <br />
Comment: <br />
<textarea rows="5" cols="30"></textarea> <br />
<input type="submit" /> <br />
<input type="reset" />
</form>
*The br / don't show
I put .asp because of http://www.w3schools.com/html/html_forms.asp
ctrl + f submit button and look inside the box
Also, when i use php the page still ends up blank after i click on it. how do i refresh it back to the other page?
@Andrew
Could you give me a link or an idea as to where I can get info in order to do that?
Here is my code:
<form name="input" action="formp2.asp" method="get">
Input your name: <br />
<input type="text" name="yourname" size="25" maxlength="50" />
<br /> <br />
Your e-mail address: <br />
<input type="text" name="emailadd" size="25" maxlength="50" /> <br />
Comment: <br />
<textarea rows="5" cols="30"></textarea> <br />
<input type="submit" /> <br />
<input type="reset" />
</form>
*The br / don't show
I put .asp because of http://www.w3schools.com/html/html_forms.asp
ctrl + f submit button and look inside the box
Also, when i use php the page still ends up blank after i click on it. how do i refresh it back to the other page?
@Andrew
Could you give me a link or an idea as to where I can get info in order to do that?