| Author |
how to get dynamic contents on mouseover
|
Nikhil Srivastava
Greenhorn
Joined: Oct 17, 2006
Posts: 2
|
|
Hi, I have a information icon, on mouseover of which, i would like have a tool tip information which has to be fetched from a jsp page. This jsp page will take as a parameter, the id linked to the icon. can anyone guide me on how to acheive this??? Thnks in advance.. Nikhil
|
 |
Eric Pascarello
author
Rancher
Joined: Nov 08, 2001
Posts: 15357
|
|
You probably need to make an Ajax call (XMLHttpRequest) to the server to get the information if it is located there. And display it in a layer. Do a search on a search Engine for Ajax Tooltips and see if anything comes up. Eric
|
 |
 |
|
|
subject: how to get dynamic contents on mouseover
|
|
|