home *** CD-ROM | disk | FTP | other *** search
- <%@ Language=VBScript CODEPAGE=65001 %>
-
- <html>
- <head>
- <meta http-equiv="Content-Language" content="en-us">
- <meta NAME="GENERATOR" Content="Microsoft Visual Studio 6.0">
- <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=UTF-8">
- <TITLE>Session Encoder</TITLE>
- </head>
- <body>
- <%dim MName
- dim AgentL
- MName=Request.QueryString("txtMachName")
- Session("MchNameSess")=MName
- set AgentL=server.CreateObject("WMEncLoc.WMEncAgentLocator")
- set Session("AgentLocSess")=AgentL
-
- %>
- <script LANGUAGE="javascript">
- <!--
- document.location.href="RemoteControl.htm"
- //-->
- </script>
-
- </body>
- </html>
-