Hi!
Can someone tell me why i can´t move on to the next page with this code....
<html><head><title>page1</title></head>
<body bgcolor="white" text="#000000" link="#0000CC" vlink="#0000CC" alink="#0000CC" marginwidth=0 marginheight=15 topmargin=15 leftmargin=0>
<p>
<form action="forms.cgi" method=POST name="page1">
<input type=hidden name="next_page" value="page2.htm">
<input type=hidden name="required" value="name:Id Required,Name2 Required,Name1 Required,email:e-Mail Address Required">
<input type=hidden name="current_page" value="page1">
<input type=hidden name="form" value="2">
<input type=hidden name="start" value="1">
<center>
<table width=65% cellpadding=4>
<tr>
<td colspan=2> <font size=2 face="arial" color=red>
</td>
</tr>
<tr>
<td><font face="arial" size=2>Your Surename: </td><td>
<input type=text name="name1" value="" size=30> </td>
</tr>
<tr>
<td><font face="arial" size=2>Your Lastname: </td><td>
<input type=text name="name2" value="" size=30> </td>
</tr>
<tr><td><font face="arial" size=2>Your ID: </td><td><input type=text name="id" value="" size=30> </td></tr>
<tr><td><font face="arial" size=2>Email Address:</td><td><input type=text name="email" value="" size=30></td></tr>
<tr><td colspan=2><br><input type="submit" name="next" value="Continue >>"></td></tr>
</table>
</form>
</body>
</html>
I´m not a pro
Thanx
Can someone tell me why i can´t move on to the next page with this code....
<html><head><title>page1</title></head>
<body bgcolor="white" text="#000000" link="#0000CC" vlink="#0000CC" alink="#0000CC" marginwidth=0 marginheight=15 topmargin=15 leftmargin=0>
<p>
<form action="forms.cgi" method=POST name="page1">
<input type=hidden name="next_page" value="page2.htm">
<input type=hidden name="required" value="name:Id Required,Name2 Required,Name1 Required,email:e-Mail Address Required">
<input type=hidden name="current_page" value="page1">
<input type=hidden name="form" value="2">
<input type=hidden name="start" value="1">
<center>
<table width=65% cellpadding=4>
<tr>
<td colspan=2> <font size=2 face="arial" color=red>
</td>
</tr>
<tr>
<td><font face="arial" size=2>Your Surename: </td><td>
<input type=text name="name1" value="" size=30> </td>
</tr>
<tr>
<td><font face="arial" size=2>Your Lastname: </td><td>
<input type=text name="name2" value="" size=30> </td>
</tr>
<tr><td><font face="arial" size=2>Your ID: </td><td><input type=text name="id" value="" size=30> </td></tr>
<tr><td><font face="arial" size=2>Email Address:</td><td><input type=text name="email" value="" size=30></td></tr>
<tr><td colspan=2><br><input type="submit" name="next" value="Continue >>"></td></tr>
</table>
</form>
</body>
</html>
I´m not a pro

Thanx
Comment