Redirect to a page in your own domain
Posted on November 26, 2013
If you want to redirect to a page in your own domain, you can use the location.assing()
location.assign('/blog/page.php');
If you want to redirect to a page in your own domain, you can use the location.assing()
location.assign('/blog/page.php');