Hello!
I've come to a problem and I've got no idea how to fix this, when I press the logout button I want the website to completely refresh and then change the iframe src/href.
My website is running iframe therefor I need to refresh parent window(to get rid of menu items when logged in) then change the iframe src to the src above.Code:<script type='text/javascript'> parent.window.location='http://mydomain.com'; // parent window.location='http://mydomain.com/php/account.php?action=login&message=logout'; // iframe </script>
I know this is possible by $_GET function but I've restricted the domain so the domain can only be http://mydomain.com not *.com?logout=true etc.
Thanks in advance!
Soder.


Reply With Quote
Bookmarks