I am seeking to create a link on a joomla page that sends mail to a&b@blahblah.com. No matter how I try and do it the final page will attempt to send mail to
a& <script type='text/javascript'> <!-- var prefix = 'ma' + 'il' + 'to'; var path = 'hr' +
'ef' + '='; var addy60868 = 'b' + '@'; addy60868 = addy60868 + 'blahblah' + '.' + 'com';
document.write('<a ' + path + '\'' + prefix + ':' + addy60868 + '\'>');
document.write(addy60868); document.write('<\/a>'); //-->\n </script><script
type='text/javascript'> <!-- document.write('<span style=\'display: none;\'>'); //-->
</script>This email address is being protected from spambots. You need JavaScript enabled to
view it. <script type='text/javascript'> <!-- document.write('</'); document.write('span>');
//--> </script>
(I had to garble that a bit to make it fit) Hopefully it is clear that that is not what I am aiming for. I have looked at lots of ampersand related problems and they are to do with replacing with either & amp; or %26 but neither of these solves the problem. In my own limited understanding it looks like the joomla editor (JCK) interprets it one way and then the page itself another afterwards. Thank you for any help you can give.