home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 February / CHIP_2_98.iso / software / pelne / optionp / ins.cab / nneredir.asp < prev    next >
Text File  |  1997-10-12  |  448b  |  26 lines

  1. <% Response.Expires = 0 %>
  2. <% svr = Session("svr") %>
  3. <% id = Request("id") %>
  4. <% pg = Request("pg") %>
  5. <%
  6. L_PAGETITLE_TEXT        = "Microsoft Internet Service Manager"
  7. %>
  8. <HTML>
  9. <HEAD>
  10. <TITLE><% = L_PAGETITLE_TEXT %></TITLE>
  11. </HEAD>
  12.  
  13. <BODY BGCOLOR="#CCCCCC">
  14.  
  15. <% if (pg <> "") then %>
  16.  
  17.     <SCRIPT LANGUAGE="javascript">
  18.  
  19.         self.location = "<% = pg %>.asp?svr=<% = svr %>&id=<% = id %>";
  20.  
  21.     </SCRIPT>
  22.  
  23. <% end if %>
  24.  
  25. </BODY>
  26. </HTML>