|
Posted by Peter Van Hove on 06/02/05 21:36
Hi,
inside html, before <head>, you can put something like this :
<script type="text/javascript">
self.location.replace(www.url.com/newpage.htm);
</script>
which basically instructs the browser to start loading another page asap
(www.url.com/newpage.htm);
This has some limitations, especially when the user has restricted use of
java etc.
Is there a way to do this in PHP ?
like, if there is a link to link.php, this page then starts loading
www.url.com/newpage.htm instead ?
Navigation:
[Reply to this message]
|