View Full Version : refresh
hantz
10-20-2007, 12:01 AM
i got the main page...on this page i got link that opens a little window with another page...on this page i am doig some actions and in the end of those actions i need some script that will refesh the main page.
:confused:
djr33
10-20-2007, 12:10 AM
parent.location=....
thetestingsite
10-20-2007, 12:27 AM
Actually, if the OP wanted to refresh the main (opener) screen, it would be something like window.opener.location or something to that effect.
Hope this helps.
hantz
10-20-2007, 02:37 AM
<script>
function doit(){
top.window.opener.location.reload(true);
}
</script>
Powered by vBulletin® Version 4.2.2 Copyright © 2021 vBulletin Solutions, Inc. All rights reserved.