Logo

Javascript Redirect

Posted under » JavaScript on 30 October 2009

If no PHP available, this is an easy feat

Go intro

If you just want the page to redirect to another.

<script type="text/javascript">
<!--
window.location = "http://www.gagle.com/"
//-->
</script>