Click to See Complete Forum and Search --> : Redirection Into A New Window


Deno B
09-29-2003, 12:14 PM
I am currently looking for a script which performs two functions.

When a user opens a particular URL they are automatically re-directed to another URL which opens up in a new window.

There are many scripts similar on the web but they all tend to open up within the same window which is not the result I would like.

If anyone can help much appreciated.

Thanks

pyro
09-29-2003, 12:18 PM
Something like this?

<script type="text/javascript">
window.open("yourpage.htm");
</script>