Web Wiz - Green Windows Web Hosting

  New Posts New Posts RSS Feed - Redirecting to Two Different Pages
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Redirecting to Two Different Pages

 Post Reply Post Reply
Author
Misty View Drop Down
Senior Member
Senior Member
Avatar

Joined: 06 February 2002
Location: United States
Status: Offline
Points: 711
Post Options Post Options   Thanks (0) Thanks(0)   Quote Misty Quote  Post ReplyReply Direct Link To This Post Topic: Redirecting to Two Different Pages
    Posted: 23 December 2004 at 12:14am
I have an ASP Page that I would like to be redirected to two different web pages. Does anyone know if it is possible to redirect the web page to two different web pages at the same time?
 
I would like for the ASP page to redirect to the following pages:
 

<1.) a href="javascript:OpenNewWindow('<%=page%>')">View <%= PageName%> </a>

 
2.) Response.redirect "staff.asp" (this is correct)
 
Can someone please help me with the code? The 1st one opens in a new window. <%= PageName%>


Edited by Misty - 23 December 2004 at 12:15am
Back to Top
ivek View Drop Down
Newbie
Newbie


Joined: 30 November 2002
Location: Croatia
Status: Offline
Points: 18
Post Options Post Options   Thanks (0) Thanks(0)   Quote ivek Quote  Post ReplyReply Direct Link To This Post Posted: 23 December 2004 at 6:52pm
Use JavaScript

<html>
<title></title>
<head>
<script LANGUAGE="JavaScript">
function opennewwin() {
window.open("http://www.something.net/", "_blank");
}

function gothere() {
window.location.href= "http://www.something.com";
}
</script>
</head>
<body onload="opennewwin();gothere()">
</body>
</html>

If you're using strings to read the address, you can modify script and enter your values like:
change window.location.href= "http://www.something.com"; to window.location.href= "<%=string%>";
Back to Top
Misty View Drop Down
Senior Member
Senior Member
Avatar

Joined: 06 February 2002
Location: United States
Status: Offline
Points: 711
Post Options Post Options   Thanks (0) Thanks(0)   Quote Misty Quote  Post ReplyReply Direct Link To This Post Posted: 26 December 2004 at 1:55am
ivek, thank you for the code! It worked.
Back to Top
 Post Reply Post Reply

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.08
Copyright ©2001-2026 Web Wiz Ltd.


Become a Fan on Facebook Follow us on X Connect with us on LinkedIn Web Wiz Blogs
About Web Wiz | Contact Web Wiz | Terms & Conditions | Cookies | Privacy Notice

Web Wiz is the trading name of Web Wiz Ltd. Company registration No. 05977755. Registered in England and Wales.
Registered office: Web Wiz Ltd, Unit 18, The Glenmore Centre, Fancy Road, Poole, Dorset, BH12 4FB, UK.

Prices exclude VAT at 20% unless otherwise stated. VAT No. GB988999105 - $, € prices shown as a guideline only.

Copyright ©2001-2026 Web Wiz Ltd. All rights reserved.