home *** CD-ROM | disk | FTP | other *** search
- <%@ LANGUAGE=VBScript %>
- <%Option Explicit %>
-
- <%
- Dim pg
- pg=Request.QueryString("pg")
-
-
- %>
-
- <HTML>
- <HEAD>
- <TITLE>Untitled</TITLE>
- </HEAD>
-
- <SCRIPT LANGUAGE="JavaScript">
- function Globals(){
- this.helpFileName="ipxmain.htm";
- this.helpDir="http://<%= Request.ServerVariables("SERVER_NAME") %>/iishelp/iis/htm/core/"
- this.updated=false;
- }
- Global=new Globals();
-
- function loadPage(){
- top.main.location.href = "<%= pg %>";
- }
- </SCRIPT>
-
- <BODY OnLoad="loadPage();">
- </BODY>
- </HTML>
-