G
Guest
Is <BASE TARGET=...> not being supported anymore, or is this a bug?
I had to replace my general <BASE TARGET= xxx > line of code in every html
page with a "TARGET= xxx" element to each <A> tag instead.
If left as is, a link that was clicked would appear in the same frame in
which it was clicked instead of in the specified TARGET frame.
I had to change all my links to say...
<A TARGET=_TOP HREF="http://www.microsoft.com">Microsoft</A>
<A TARGET=_TOP HREF="http://msdn.com">Microsoft Developer Network</A>
<A TARGET=_TOP HREF="http://support.microsoft.com/">Microsoft Support</A>
Instead of...
<BASE TARGET=_TOP>
<A HREF=www.microsoft.com>Microsoft</A>
<A HREF="http://msdn.com">Microsoft Developer Network</A>
<A HREF="http://support.microsoft.com/">Microsoft Support</A>
Basically, BASE TARGET=xxx worked in IE6, but not now in IE7.
Man, that's a lot of "TARGET" code to add if you have alot of links on a page!
You can use my johnsmassage.net website as a prime example. The links in the
various frames worked in IE6 but not now in IE7.
Is <BASE TARGET=...> not being supported anymore, or is this a bug?
Respectfully,
John Classen
Programmer Analyst
(e-mail address removed)
I had to replace my general <BASE TARGET= xxx > line of code in every html
page with a "TARGET= xxx" element to each <A> tag instead.
If left as is, a link that was clicked would appear in the same frame in
which it was clicked instead of in the specified TARGET frame.
I had to change all my links to say...
<A TARGET=_TOP HREF="http://www.microsoft.com">Microsoft</A>
<A TARGET=_TOP HREF="http://msdn.com">Microsoft Developer Network</A>
<A TARGET=_TOP HREF="http://support.microsoft.com/">Microsoft Support</A>
Instead of...
<BASE TARGET=_TOP>
<A HREF=www.microsoft.com>Microsoft</A>
<A HREF="http://msdn.com">Microsoft Developer Network</A>
<A HREF="http://support.microsoft.com/">Microsoft Support</A>
Basically, BASE TARGET=xxx worked in IE6, but not now in IE7.
Man, that's a lot of "TARGET" code to add if you have alot of links on a page!
You can use my johnsmassage.net website as a prime example. The links in the
various frames worked in IE6 but not now in IE7.
Is <BASE TARGET=...> not being supported anymore, or is this a bug?
Respectfully,
John Classen
Programmer Analyst
(e-mail address removed)