Instantiate the AuthenticDesktopControl
The HTML OBJECT tag is used to create an instance of the AuthenticDesktopControl. The Classid is that of AuthenticDesktopControl. Width and height are set to 0 since we use this control as manager control without use for its user interface. The integration level is specified as a parameter within the OBJECT tag.
<object id="objAuthenticDesktopControl" classid="clsid:4A3E7996-89B1-4d7b-9D87-615CC7C4CB47" width="0" height="0" VIEWASTEXT> |