Hi,
I have a
jsp page where I can enter student information like:
name -- textbox
addres -- textbox
city -- textbox
state -- textbox
I have a button called Add Another Student in that page. If I click that it has to show a jsp page which user can enter another student with the above same fields. In that page I have Add Another student which allows user to enter another student. Finally when they submit I have to add this to database.
can somebody help me how to do this in jsp or javascript?
Thanks
senthil