The syntax of the pcANYWHERE ActiveX Control <object> HTML tag is:
|
<object id="PAWrem" classid="clsid:D5EBF06F-9BAF-11DO-B12D-00C04FC39CEA" Codebase="pawrem.dll#version=1,0,0,0" align="baseline" border="value" width="value" height="value" parameter="value"...> The "id=" and "classid=" parameters identify this as a pcANYWHERE ActiveX Control. The "codebase=" parameter specifies the name of the .dll that automatically installs the control from the web server. The "align=", "border=", "width=", and "height=" parameters specify the dimensions of the embedded window that the ActiveX control uses. These are required parameters and must be specified.
|