Forum Moderators: phranque

Message Too Old, No Replies

redirect

redirect a page to page

         

Mafia

8:43 am on Oct 21, 2006 (gmt 0)



i want all scrips or HTML codes
(i know this:
<script>
<!--
window.top.location = "http://www.net";
-->
</script>
<noscript><meta http-equiv="Refresh" content="0; url=http://www.net"></noscript>

but i want other codes...

tank U

eelixduppy

3:08 pm on Oct 21, 2006 (gmt 0)



>>all scripts

Here's a PHP solution ;)


[url=http://us3.php.net/manual/en/function.header.php]header[/url]("Location: page.html");