mucat
03-09-2007, 07:04 AM
I have a HTML file with lots of anchor <a name="anchor_name">anchor_name</a> in it. However inside each anchor name, each capital letter is preceded by the '^' character. So for example, <a name="^Link1">Link1</a>, and to go to the link will use my_page.html#^Link1.
It does not work with IE7 ever since it came out, it works with all previous version of IE and opera and firefox. Once I remove the '^' character on everyone anchors and links, it will work with IE7
Anyone knows the reason?
Thanks in advance.
It does not work with IE7 ever since it came out, it works with all previous version of IE and opera and firefox. Once I remove the '^' character on everyone anchors and links, it will work with IE7
Anyone knows the reason?
Thanks in advance.