You can use a very simple php code to redirect your page. This helps to redirect your web-page to another page without clicking on any link.
Here is that simple php code;
// This script is from www.pctricks.info
header( 'Location: http://www.yoursite.com/new_page.html' ) ;
?>
You can redirect with javascript too, for this search within our site. I have already shared it with you.
