<script language='JavaScript'> var url = "http://www.google.com/"; window.location = url; window.location.replace (url); </script>