This creates a "spin button" control on the web page: <object id="SpinButton1" width=16 height=32 classid="CLSID:79176FB0-B7F2-11CE-97EF-00AA006D2776"> <param name="Size" value="423;846"> </object> |
The classid says what kind of object it is (CLSID) and enough information for the browser to find the object on the user's Windows system, identify and run the control. |
Parameters are used to set properties of the control. |
The codebase property can be set to a URL if the control is a custom control that the user may need to download. |