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