Forum Moderators: open
<%
Select Case Request.ServerVariables("remote_addr")
Case "193.189.74.23", "69.57.138.13"
Response.Redirect "http://www.widgets.com/page_4.html"
End Select
%>
This would be in the head of the page that is framed.
Marshall