I am stuck in a project in jsp itself. This is a servlet & jsp project.
I have to display two text boxes in jsp page where one text box contains employee name & on the movement to 2nd text box (by onblur()
of javascript)) his corresponding department should be displayed automatically. There are 2 tables named emp(emp_id,emp_name,dept_id(as foreign key))
and table dept(dept_id,dept_name)
. In 2nd text box dept_name should come automatically.
Help is appreciable. Thanking you.