B
Bill
In file FIRST.ASP, I've got
<%
Response.Redirect "SECOND.ASP"
%>
The redirect is happening, and I'm seeing the content from SECOND.ASP in the browser,
but the URL in the browser is still saying FIRST.ASP.
Does anyone know why this is happening and how I can insure the browser displays
SECOND.ASP? I'm using IE6.
THANKS,
-Bill.
<%
Response.Redirect "SECOND.ASP"
%>
The redirect is happening, and I'm seeing the content from SECOND.ASP in the browser,
but the URL in the browser is still saying FIRST.ASP.
Does anyone know why this is happening and how I can insure the browser displays
SECOND.ASP? I'm using IE6.
THANKS,
-Bill.