Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

IE7 issue with replacing links created in Javascript

Status
Not open for further replies.

okiiyama

IS-IT--Management
Joined
Jan 3, 2003
Messages
269
Location
US
Due to some restrictions with our web host, I had to create a javascript file to overwrite our existing left navigation. This includes overwriting some of the links and re-creating them in javascript. In IE7, it appears that the domain is being replaced with something like "about:". So the link changes to "about:/something.html" or something close to that. I haven't updated to IE7 yet and am wondering if anyone else has seen or heard about this issue, and what I can do to fix this for IE7 users.

My limited knowledge has me believing that since my links aren't "transparent" from the start of the page loading, IE7 beleives the links I've created are malicious and is protecting the user from any malicious content, but its just that I have no other options right now to re-create the left navigation.
 
If your anchor href attibutes do not explicitly begin with a protocol identifier (e.g. " then you will see weird links.

Check this first.

Hope this helps,
Dan



Coedit Limited - Delivering standards compliant, accessible web solutions

[tt]Dan's Page [blue]@[/blue] Code Couch
[/tt]
 
I'm testing that right now, thanks for the advice. And for some reason I thought this was something a bit more complicated.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top