Adding Pop Up Text to Hotspots for use on Web

You Can View User Feedback To This Tip

Need to add pop up text for a hotspot in Notes to be used through a Web client? Here's a nifty way to do it... only works in IE though.

Use Span tags around the hotspot. The code looks something like this:


 <span alt="Pop Up Text Here" title="Title Here"
onmouseover="window.status='Window Status Bar Text Here';
return true" onmouseout="window.status="; return true">
**Your hotspot would go here** </span>

USER FEEDBACK TO THIS TIP

 

  • You do not need to use span tags for this feature. Simply put your HTML code (alt, onMouseover, onMouseout, etc.) in the "Other" field on the HTML tags tab or the property box.
    (Action Hotspot Properties --> HTML Tab --< Other)
    —Michael Smelser

This was first published in February 2002

Disclaimer: Our Tips Exchange is a forum for you to share technical advice and expertise with your peers and to learn from other enterprise IT professionals. TechTarget provides the infrastructure to facilitate this sharing of information. However, we cannot guarantee the accuracy or validity of the material submitted. You agree that your use of the Ask The Expert services and your reliance on any questions, answers, information or other materials received through this Web site is at your own risk.