Leaked source code of windows server 2003
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

  1. <HTML>
  2. <HEAD>
  3. <TITLE>
  4. ATL 7.0 test page for object RAServer
  5. </TITLE>
  6. </HEAD>
  7. <BODY>
  8. p
  9. <OBJECT id=RAServer data=data:application/x-oleobject;base64,2a9s+6Vhl0q0psajo6/N7QADAAA= classid=CLSID:FB6CAFD9-61A5-4A97-B4A6-C6A3A3AFCDED name=RAServer VIEWASTEXT>
  10. </OBJECT>
  11. <Script language="Javascript">
  12. function go()
  13. {
  14. try
  15. {
  16. alert("About to call StartRA!");
  17. RAServer.StartRA("1,0,157.59.246.150:5001;192.168.0.1:3389,8eXc4DtHd59Out1Rg0nTFzHnMHXQ1E4so8frbyf17PQ=,v+/yCH4NooQZxaS0wcQl0+K3H3Y=");
  18. } catch(e)
  19. {
  20. alert("Error : "+e.description);
  21. }
  22. }
  23. </Script>
  24. <button id="startbutton" onclick="go()" type=button>
  25. GO!
  26. </button>
  27. </BODY>
  28. </HTML>