Welcome Guest, Not a member yet? Register   Sign In
Redirect with target="_top" option
#3

I've found a solution:

PHP Code:
public function cancelled()
{
 
 $this->session->sess_destroy();
 
 echo "<script>top.window.location = 'http://the-top-website'</script>";
 
 die();

Reply


Messages In This Thread
Redirect with target="_top" option - by Wouter60 - 05-25-2017, 08:59 AM
RE: Redirect with target=&quot;_top&quot; option - by Wouter60 - 05-25-2017, 12:24 PM



Theme © iAndrew 2016 - Forum software by © MyBB