- Forums
- Tutorial and Guides
- How To Redirect Refer To Another Url With Javascript
This Page Contains information about How To Redirect Refer To Another Url With Javascript By Webune in category Tutorial and Guides with 0 Replies. [674], Last Updated: Mon Jun 24, 2024
Webune
Tue Apr 22, 2008
0 Comments
352 Visits
sometimes its necessary to redirect your visitors to another websiste or url if you want to know how to do this, its easy, you can us this example:
Code:
<script type="text/javascript">
<!--
window.location = "http://www.webune.com/"
//-->
</script>
just put this code on your html page and then open it with your browser and you will see it in action. try it, its cool.