home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 1998 February
/
CHIP_2_98.iso
/
software
/
pelne
/
optionp
/
ins.cab
/
nneredir.asp
< prev
next >
Wrap
Text File
|
1997-10-12
|
448b
|
26 lines
<% Response.Expires = 0 %>
<% svr = Session("svr") %>
<% id = Request("id") %>
<% pg = Request("pg") %>
<%
L_PAGETITLE_TEXT = "Microsoft Internet Service Manager"
%>
<HTML>
<HEAD>
<TITLE><% = L_PAGETITLE_TEXT %></TITLE>
</HEAD>
<BODY BGCOLOR="#CCCCCC">
<% if (pg <> "") then %>
<SCRIPT LANGUAGE="javascript">
self.location = "<% = pg %>.asp?svr=<% = svr %>&id=<% = id %>";
</SCRIPT>
<% end if %>
</BODY>
</HTML>