View Full Version : need code to rediect page
hado
Feb 1st 2008, 4:53 pm
I try to write this
windows.location = link
but it`s not working
I like to redirect link to link using JS any help?
with best regards
nhl4000
Feb 1st 2008, 8:52 pm
Did you put it between the script tag?
Like this:
<script type="text/javascript">
window.location = "http://www.google.com/"
</script>
Dondon2d
Feb 1st 2008, 10:27 pm
It's window.location not window.location, you can also use location = "URL"; syntax.
hado
Feb 2nd 2008, 12:03 pm
ok thanks it`s work now
vBulletin® v3.8.4, Copyright ©2000-2009, Jelsoft Enterprises Ltd.