home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2002 November
/
Chip_2002-11_cd1.bin
/
zkuste
/
vbasic
/
Data
/
Utils
/
WME71SDK.exe
/
RCDATA
/
CABINET
/
transit.asp
< prev
next >
Wrap
Text File
|
2001-03-15
|
627b
|
27 lines
<%@ 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>