Javascript Tutorial - Script Redirect

on Sunday, 27 January 2013

Today i will teach you how to redirect visitor to another page that you want. If you wanted to redirect all your visitors to another page like www.facebook.com when they arrived at your site, you would just implement the script below:

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


Ranking: 5

{ 0 comments... read them below or add one }

Post a Comment

 
© Oh! Nulled All Rights Reserved