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.
![]()
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.
![]()
parent.location=....
Daniel - Freelance Web Design | <?php?> | <html>| español | Deutsch | italiano | português | català | un peu de français | some knowledge of several other languages: I can sometimes help translate here on DD | Linguistics Forum
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.
"Computer games don't affect kids; I mean if Pac-Man affected us as kids, we'd all be running around in darkened rooms, munching magic pills and listening to repetitive electronic music." - Kristian Wilson, Nintendo, Inc, 1989
TheUnlimitedHost | The Testing Site | Southern Utah Web Hosting and Design
Code:<script> function doit(){ top.window.opener.location.reload(true); } </script>
Last edited by hantz; 10-20-2007 at 03:01 AM.
Bookmarks