fowarding
Posted: Thu Apr 24, 2003 7:14 pm
is there a way to foward some one to another html use javascript instead of "meta"
A community of PHP developers offering assistance, advice, discussion, and friendship.
http://forums.devnetwork.net/
Code: Select all
<script language="JavaScript">
document.location.href="urlhere"
</script>