
Originally Posted by
YourChild
Now I browse away from myindex.php...my new window is still opened but I've lost the opener to the window...how do I gain access to the new window again????
Write this into the new window's markup:
Code:
<script type='text/javascript'>
setInterval( function(){try{ opener.newWindow=self; }catch(e){} }, 500);
<\/script>
Where used, return should be executed unconditionally and always as the last statement in the function.
That's my signature, it's not part of the damn post!
Bookmarks