I am getting a JavaScript error in Internet Explorer 8 when I visit a couple of pages on my site.
The common factor is that each of these pages have multiple email address links encoded.
In the footer of every page I use the following code:
{encode="[email protected]" title="[email protected]"}Then, in the weblog entries, I have automatically encode email links set to on.
On pages where there is an email address in the weblog entry content (in addition to the standard email link in the footer), I get this error.
The error message itself is:
Error: Unknown runtime errorBut the javascript debugger in IE8 stops at
document.getElementById('eeEncEmail_eqbVwrdgpb')[removed] = output;Has anyone else had issues with this? Is there a workaround?
Thanks for your time.