
August 1st, 2011, 03:22 AM
|
|
Registered User
|
|
Join Date: Aug 2011
Posts: 1
Time spent in forums: 16 m 34 sec
Reputation Power: 0
|
|
|
Simple issue with mailto tag
Please help.
I am facing an issue with IE browser 6 and above.
<cfset application.warning_message="Please contact <a href='mailto:mymail@domain.com'>displayemail@domain.com</a> for assistance.">
out put = "Please contact mailto:mymail@domain.com"
This tag is working fine in other page in same directory. The issue is only with only application variable.
when i remove the @ sign from the display email id displayemail-domain.com. It works fine,
i tried putting ##64; but nothing working out please support.
Regards
|