If I use the following construct in the frame "main" for a link to an
extern site:
<A HREF="http://www.any.xy" TARGET="extern" >
the Browser is creating the window "extern", loading the page
www.any.xy an setting the focus to "extern". But when I go return to
"main" without closing "extern", a click to an other link (e.g.
www.2nd_any.xy) on "main" does not setting the focus to "extern".
For setting the focus to "extern" in the second case, I have used the
following construct:
<A HREF="http://www.any.xy" TARGET="extern"
onClick="setTim eout('extern=wi ndow.open(\'\', \'extern\');fre md.focus();',50 0);">
an example</A>
This construct has worked very well for a few years, but since about
one year, the sesult was the same as using
<A HREF="http://www.any.xy" TARGET="extern" >
In this year, I have changed:
win 95 --> win 2000
modem 56k --> DSL
Netscape 4.5 --> Netscape 7.1
Can anybody tell me a possibility setting the focus to "extern" in the
second case? Is the changing of my configuration the reason, that the
construct has failed?
Thanks for your help.
--
************ das GIFTPFLANZEN.CO Mpendium ************
***** mit Themenverzeichn issen *****
-----------> http://www.giftpflanzen.com <-----------
extern site:
<A HREF="http://www.any.xy" TARGET="extern" >
the Browser is creating the window "extern", loading the page
www.any.xy an setting the focus to "extern". But when I go return to
"main" without closing "extern", a click to an other link (e.g.
www.2nd_any.xy) on "main" does not setting the focus to "extern".
For setting the focus to "extern" in the second case, I have used the
following construct:
<A HREF="http://www.any.xy" TARGET="extern"
onClick="setTim eout('extern=wi ndow.open(\'\', \'extern\');fre md.focus();',50 0);">
an example</A>
This construct has worked very well for a few years, but since about
one year, the sesult was the same as using
<A HREF="http://www.any.xy" TARGET="extern" >
In this year, I have changed:
win 95 --> win 2000
modem 56k --> DSL
Netscape 4.5 --> Netscape 7.1
Can anybody tell me a possibility setting the focus to "extern" in the
second case? Is the changing of my configuration the reason, that the
construct has failed?
Thanks for your help.
--
************ das GIFTPFLANZEN.CO Mpendium ************
***** mit Themenverzeichn issen *****
-----------> http://www.giftpflanzen.com <-----------
Comment