fowarding

JavaScript and client side scripting.

Moderator: General Moderators

Post Reply
nincha
Forum Contributor
Posts: 191
Joined: Fri Mar 28, 2003 12:30 pm
Location: CA, USA

fowarding

Post by nincha »

is there a way to foward some one to another html use javascript instead of "meta"
airo
Forum Commoner
Posts: 31
Joined: Thu Apr 24, 2003 4:07 pm

Post by airo »

Code: Select all

<script language="JavaScript">
document.location.href="urlhere"
</script>
There ya go :D
User avatar
m3mn0n
PHP Evangelist
Posts: 3548
Joined: Tue Aug 13, 2002 3:35 pm
Location: Calgary, Canada

Post by m3mn0n »

whoa thanks, i was looking for this just now too. :wink:
airo
Forum Commoner
Posts: 31
Joined: Thu Apr 24, 2003 4:07 pm

Post by airo »

No probelm, my pleasure :D
Post Reply