Reload a window from another

They have: 850 posts

Joined: Jul 1999

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.

Mark Hensler's picture

He has: 4,048 posts

Joined: Aug 2000

it's possible, have you tried using "parent"?

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.