|
Re: Reading from a db
|
Posted: Apr 27, 2004 11:49 PM
|
|
Maybe I should give you the question:
Create an Access db named Courses with fileds = course,lecturer,status
Create an html page welcome.html that has a link "Students" This link invokes a servlet that presents a form to evaluate lecturers.
The form has a drop down list named courses, which displays the available courses. It also has a drop down list named lecturers, which displays the available lecturers according to the course selected in the previous courses drop down list.
[The values in the drop down list must be updated when new values are added to the db]
How can one code this logic?
|
|