Ravi Gaddam

Ravi Gaddam

  • NA
  • 63
  • 67.5k

pop up nested table in parent table from database using jsp

Jan 7 2014 9:34 AM
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