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

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