If anchor.innerText contains the "@" sign, anchor.innerText is replaced with anchor.href here is the example of page that shows the misfunctionality. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html> <body> <a href="#" onclick="return false;">@@[email protected]@</a> <script type="text/javascript"> var anchors=document.getElementsByTagName('a'); for(var i=anchors.length-1;i>=0;i--) anchors.href=decodeURI(anchors.href); </script> </body> </html> ---------------- This post is a suggestion for Microsoft, and Microsoft responds to the suggestions with the most votes. To vote for this suggestion, click the "I Agree" button in the message pane. If you do not see the button, follow this link to open the suggestion in the Microsoft Web-based Newsreader and then click "I Agree" in the message pane. http://www.microsoft.com/communitie...&dg=microsoft.public.internetexplorer.general
Since this is a peer-to-peer newsgroup, it isn't a bug reporting medium.. This is: http://connect.microsoft.com/ : If anchor.innerText contains the "@" sign, anchor.innerText is replaced with : anchor.href : : here is the example of page that shows the misfunctionality. : : <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" : "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> : <html> : : <body> : : <a href="#" onclick="return false;">@@[email protected]@</a> : : <script type="text/javascript"> : var anchors=document.getElementsByTagName('a'); : : for(var i=anchors.length-1;i>=0;i--) : anchors.href=decodeURI(anchors.href); : </script> : : </body> : </html> : : : ---------------- : This post is a suggestion for Microsoft, and Microsoft responds to the : suggestions with the most votes. To vote for this suggestion, click the "I : Agree" button in the message pane. If you do not see the button, follow this : link to open the suggestion in the Microsoft Web-based Newsreader and then : click "I Agree" in the message pane. : : http://www.microsoft.com/communitie...&dg=microsoft.public.internetexplorer.general