| Author |
Add Another button to add more records
|
senthil kumar
Greenhorn
Joined: Mar 19, 2008
Posts: 13
|
|
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
|
 |
Akhilesh Trivedi
Ranch Hand
Joined: Jun 22, 2005
Posts: 1493
|
|
|
Did you write any servlet? What have you done so far?
|
Keep Smiling Always — My life is smoother when running silent. -paul
[FAQs] [Certification Guides] [The Linux Documentation Project]
|
 |
senthil kumar
Greenhorn
Joined: Mar 19, 2008
Posts: 13
|
|
|
Yes, I have a servlet which gets the request and validates the user entered data.
|
 |
Akhilesh Trivedi
Ranch Hand
Joined: Jun 22, 2005
Posts: 1493
|
|
|
Where are you stuck then? What have you done so far?
|
 |
 |
|
|
subject: Add Another button to add more records
|
|
|