yes! this is another of those questions about "Is this not working in Firefox???". I can't help it 
I have a line in my code that goes:
It works great in Internet Explorer 6, but does nothing in FireFox 1.0.7 or Netscape 7.2 :-(
Is it me?
I tried top.focus(), window.focus(), focus(), but nope. nada.
Mind you, I can't bypass this by putting alerts / promts / popups that will force the focus.
Many thanks, as always.
I have a line in my code that goes:
Code:
<script type="text/javascript">setTimeout('top.focus()', 10000);</script>
It works great in Internet Explorer 6, but does nothing in FireFox 1.0.7 or Netscape 7.2 :-(
Is it me?
I tried top.focus(), window.focus(), focus(), but nope. nada.
Mind you, I can't bypass this by putting alerts / promts / popups that will force the focus.
Many thanks, as always.