Links don't work in IE7

Post Reply
pete.smith
Posts: 73
Joined: Tue May 17, 2005 2:08 pm

Links don't work in IE7

Post by pete.smith »

Wow here is an odd one. I have two IE7 users complaining that links from the search engine results. any ideas? standards nirvana here we come.
User avatar
mark
Site Admin
Posts: 5519
Joined: Tue Apr 25, 2000 6:56 pm

Links don't work in IE7

Post by mark »

I've not heard anything good about IE7 yet. And it's still beta. But I guess we can try to install it somewhere here and see what happens.
User avatar
John
Site Admin
Posts: 2622
Joined: Mon Apr 24, 2000 3:18 pm
Location: Cleveland, OH
Contact:

Links don't work in IE7

Post by John »

What sort of links? Were there any specific warning messages from the browser?
John Turnbull
Thunderstone Software
User avatar
mark
Site Admin
Posts: 5519
Joined: Tue Apr 25, 2000 6:56 pm

Links don't work in IE7

Post by mark »

Works fine for me in IE7.0.5450.4 using stock look and feel. Maybe something in your look and feel is confusing the browser?
pete.smith
Posts: 73
Joined: Tue May 17, 2005 2:08 pm

Links don't work in IE7

Post by pete.smith »

I mean, the html is:
<A HREF="/texis/webinator/search_default/redir.html?query=tes&pr=metamaster&prox=page&rorder=500&rprox=500&rdfreq=500&rwfreq=500&rlead=500&sufs=0&order=r&cq=&u=http%3A//www-internal.mathworks.com/devel/genreports/slrtw_tlccov_new/matlab/test/toolbox/rtw/rtwdemos/">Index of
/devel/genreports/slrtw_tlccov_new/matlab/test/toolbox ...</A><BR>

how can that mess it up? could the httpdeamon you have somehow not be reporting to ie7 the right header? Im stumped.
User avatar
mark
Site Admin
Posts: 5519
Joined: Tue Apr 25, 2000 6:56 pm

Links don't work in IE7

Post by mark »

Ok. That's a redirect link from having query logging on. Those work for me in IE7.

Is this a public server we can try?

Try it with generic top and bottom html.

What happens when you click on those links?
pete.smith
Posts: 73
Joined: Tue May 17, 2005 2:08 pm

Links don't work in IE7

Post by pete.smith »

I found it. Its IE7's treatment of the <base> tag, we were doing some sneaky things with the base tag. Only base tag in head is honored.
Post Reply