You can embed the Remote Desktop ActiveX control in a Web page by inserting the HTML OBJECT element, as in
the following example.
<OBJECT language="vbscript" ID="MsRdpClient"
onerror="OnControlLoadError"
onreadystatechange="OnControlLoad"
CLASSID="CLSID:4eb89ff4-7f78-4a0f-8b8d-2bf02e94e4b2"
WIDTH=800
HEIGHT=600>
</OBJECT>
The CLSID is for the ActiveX control that is hosted by Remote Desktop Connection (RDP) 6.0. This ActiveX control implements MsRdpClient5.
Send comments about this topic to Microsoft
Build date: 10/19/2009