Try wrapping the JavaScript text in the CF JSStringFormat tag.

JSStringFormat escapes special JavaScript characters, such as the single
quote ('), double quotes ("), and newline character so that you can put
arbitrary strings safely into JavaScript.

<a href="index.mcb?threedot=work" title=" work"
onMouseOver="thisLinkStatus(#JSStringFormat("who we work with, and what
we have done; a
visual feast.")#);return document.returnValue"
onMouseOut="thisLinkStatus(#JSStringFormat("navigate with the quick
links - its
easy!")#);return document.returnValue"><img src="images/work.gif"
width=75
height=10 border=0></a>

Also try avoiding spaces in your title attribute (" work" becomes
"work").

-----Original Message-----
From: Neil Clark [mailto:[EMAIL PROTECTED]]
Sent: Saturday, 18 August 2001 0:35
To: CF-Talk
Subject: hyperlinks in IE5 for Mac


Anyone have or had any problems with IE5 for the Macintosh? I have the
link
below which works in IE/NN on the PC and NN on the mac but not IE!?

<a href="index.mcb?threedot=work" title=" work"
onMouseOver="thisLinkStatus('who we work with, and what we have done; a
visual feast.');return document.returnValue"
onMouseOut="thisLinkStatus('navigate with the quick links - its
easy!');return document.returnValue"><img src="images/work.gif" width=75
height=10 border=0></a>

Anyone?

Neil
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to