onmouseover="self.status='Text here.';return true"
onmouseout="self.status='';return true"

for example:

<a href="mylink.cfm" onmouseover="self.status='Text here.';return true"
onmouseout="self.status='';return true">My Link</a>


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to