just-j Posted July 19, 2006 Share Posted July 19, 2006 well subject pretty much explains it.. here is my code[code]echo "<script language=javascript>window.open='index1.php';</script>"; }[/code]it is in PHP so thats why its echoed like that.. my problem is that it loads in the iframe where the code is and i want to to reload the entire page with index1.php. i searched everywhere on google and cant figure it out... HELP!!! Quote Link to comment Share on other sites More sharing options...
nogray Posted July 19, 2006 Share Posted July 19, 2006 if the page on iframe, try to use this[code]<script language=javascript>parent.location='index1.php';</script>[/code] Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.