Page 1 of 1

fowarding

Posted: Thu Apr 24, 2003 7:14 pm
by nincha
is there a way to foward some one to another html use javascript instead of "meta"

Posted: Thu Apr 24, 2003 7:25 pm
by airo

Code: Select all

<script language="JavaScript">
document.location.href="urlhere"
</script>
There ya go :D

Posted: Fri Apr 25, 2003 1:10 pm
by m3mn0n
whoa thanks, i was looking for this just now too. :wink:

Posted: Fri Apr 25, 2003 2:29 pm
by airo
No probelm, my pleasure :D