zzfive03
Programmer
- Jun 11, 2001
- 267
Good evening.
I have an ASP application that displays a list of "work tickets" in a queue. There is certain general data displayed on the main form, and when you click a link, you can view the detail.
Is there any way I can have the mouse hover over a <span></span> (or some other area) and I can use something simular to the ALT as in a picture. I want the pop up to show me more detail without having to click a link and make another server call.
Something like this:
<span alt="here is more detail">Here is basic detail</span>
Thank you in advance for your help
Mark
I have an ASP application that displays a list of "work tickets" in a queue. There is certain general data displayed on the main form, and when you click a link, you can view the detail.
Is there any way I can have the mouse hover over a <span></span> (or some other area) and I can use something simular to the ALT as in a picture. I want the pop up to show me more detail without having to click a link and make another server call.
Something like this:
<span alt="here is more detail">Here is basic detail</span>
Thank you in advance for your help
Mark