Reload a window from another
Greetings,
I am in search of the javascript code to reload one window (the main one) from another window. Is this possible?
And help would be greatly appretiated,
Thanks.
http://www.thehungersite.com - http://www.therainforestsite.com
http://www.ratemymullet.com - Beauty is only mullet deep.
Mark Hensler posted this at 18:51 — 16th December 2000.
He has: 4,048 posts
Joined: Aug 2000
it's possible, have you tried using "parent"?
Rob Pengelly posted this at 23:23 — 16th December 2000.
They have: 850 posts
Joined: Jul 1999
Thanks for the reply.
I found the code
<script>
opener.location.reload(true);
</script>
Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.