Your code will not redirect you anywhere. You could have saved yourself (and us too) the hassle by running it to see what happens.
Here's a very good tutorial on HTML forms. http://www.w3schools.com/htmL/html_forms.asp Good luck, -- Evans http://www.javawug.org ----- Original Message ----- From: <kumar.anuj...@gmail.com> To: "Java EE (J2EE) Programming with Passion!" <java-ee-j2ee-programming-with-passion@googlegroups.com> Sent: Friday, June 26, 2009 3:50 PM Subject: [java ee programming] jsp > > <form> > <tr bgcolor="#FFFFFF"> > <td height="19" valign="top" bgcolor="#FFFFFF"><input > type="text" name="id" /></td> > <td valign="top"><input type="text" name="name" size="10" / >></td> > <td valign="top"><input type="text" name="branch" size="10" / >></td> > <td valign="top"><input type="text" name="add" size="10" /></ > td> > <td valign="top"><input type="text" name="mob" size="10" /></ > td> > <td valign="top"><input type="text" name="email" size="10" / >></td> > <td valign="top"><input type="submit" name="aa" value="Add > New"/></td> > </tr> > </form> > where will this code redirect me? > i mean to the next line > or to the start of my code > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Java EE (J2EE) Programming with Passion!" group. To post to this group, send email to java-ee-j2ee-programming-with-passion@googlegroups.com To unsubscribe from this group, send email to java-ee-j2ee-programming-with-passion+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/java-ee-j2ee-programming-with-passion?hl=en -~----------~----~----~----~------~----~------~--~---