| Forums: |
HTML CSS and JavaScript
Servlets
|
| Author |
JSP/Servlet MVC
|
Hus En
Greenhorn
Joined: Feb 28, 2013
Posts: 4
|
|
HI, im doing a student information system and im using JSP Servlet, MVC concept.. i have an attendance form which lecturers can upload student attendance to the database. on the attendance page i have a listbox having batch number, depending on the selected batch number im generating a table dynamically filled with all the students in the particular batch. in the table i have student ID, Student Name, and a CHECK BOX to tick if the student is present. my problem is, i want to send the record of the student to database immediately when user checks the check box. i would be really grateful if you could provide me any help regarding this scenario. thanks everyone
|
 |
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56202
|
|
|
For that you will need to use JavaScript and Ajax.
|
[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
|
 |
Saif Asif
Ranch Hand
Joined: Aug 11, 2011
Posts: 294
|
|
Greetings Hus En ,
Use Ajax to achieve this.
|
Regards, Muhammad Saif Asif Mirza
SCJA(5/6) SCJP(6)
|
 |
Hus En
Greenhorn
Joined: Feb 28, 2013
Posts: 4
|
|
thanks its done...
|
 |
 |
|
|
subject: JSP/Servlet MVC
|
|
|