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.
Links don't work in IE7
Links don't work in IE7
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.
Links don't work in IE7
What sort of links? Were there any specific warning messages from the browser?
John Turnbull
Thunderstone Software
Thunderstone Software
Links don't work in IE7
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?
-
- Posts: 73
- Joined: Tue May 17, 2005 2:08 pm
Links don't work in IE7
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.
<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.
Links don't work in IE7
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?
Is this a public server we can try?
Try it with generic top and bottom html.
What happens when you click on those links?
-
- Posts: 73
- Joined: Tue May 17, 2005 2:08 pm
Links don't work in IE7
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.