This week's book giveaway is in the General Computing forum. We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line! See this thread for details.
Enter Your Name : <input type="text" name="rname"><br><br> Enter Your Age : <input type="text" name="age"><br><br> Enter Your Sex : <input type="radio" name="sex" value="male">Male <input type="radio" name="sex" value="Female">Female <br><br> <input type="submit"name="add"> </form> </body> </html>
My aim is when enter username and password in first pgm it will directly go to second page and the tesi.jsp asks some more information and it will directly goes to test2.jsp.In test2 .jsp the userid and passwd are displayed in form and remaing details are displayed in another frame.I m trying using this code.But i didn't get o/p.Can anyone solve my pblm?