0
Answer

pop up nested table in parent table from database using jsp

Ask a question
Ravi Gaddam

Ravi Gaddam

10y
1.2k
1
Hi folks,

Thanks in Advance...

I have displayed Employee names as one column using jsp page from mysql database.
in that page when i mouseover on particular Employee name which should pop up one row table from database with all information(Eid,EmpName,Address,Salary,Designation) of that Employee without refreshing parent page.
if i mouseover to another name.it should give information of that particular Employee only.
  
Note:even click event is fine if mouseover is not possible. 

Thanks
Ravi Gaddam