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