You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
738 B
30 lines
738 B
<HTML>
|
|
<HEAD>
|
|
<TITLE>
|
|
ATL 7.0 test page for object RAServer
|
|
</TITLE>
|
|
</HEAD>
|
|
<BODY>
|
|
p
|
|
<OBJECT id=RAServer data=data:application/x-oleobject;base64,2a9s+6Vhl0q0psajo6/N7QADAAA= classid=CLSID:FB6CAFD9-61A5-4A97-B4A6-C6A3A3AFCDED name=RAServer VIEWASTEXT>
|
|
</OBJECT>
|
|
<Script language="Javascript">
|
|
function go()
|
|
{
|
|
try
|
|
{
|
|
|
|
|
|
alert("About to call StartRA!");
|
|
RAServer.StartRA("1,0,157.59.246.150:5001;192.168.0.1:3389,8eXc4DtHd59Out1Rg0nTFzHnMHXQ1E4so8frbyf17PQ=,v+/yCH4NooQZxaS0wcQl0+K3H3Y=");
|
|
} catch(e)
|
|
{
|
|
alert("Error : "+e.description);
|
|
}
|
|
}
|
|
</Script>
|
|
<button id="startbutton" onclick="go()" type=button>
|
|
GO!
|
|
</button>
|
|
</BODY>
|
|
</HTML>
|