'param' Example : param « HTML Tag Reference « HTML CSS Reference






'param' Example

    

<html>
The OBJECT CLASSID below is for the 
Microsoft Internet Explorer Data Binding component
Use just the following HTML and press the button


<OBJECT                 
 ID=tdcContents
 CLASSID="clsid:333C7BC4-460F-11D0-BC04-0080C7055A83">
  <PARAM NAME="DataURL" VALUE="dataFileName.csv">                  
</OBJECT>
<BUTTON onclick="oTxt.value=tdcContents.outerHTML">
Show Object outerHTML</BUTTON><BR/>
<TEXTAREA ID="oTxt"  STYLE="height:400; width:450;padding:3; overflow=auto;"> 
</TEXTAREA>


</html>
    
      
      








Related examples in the same category

1.'param' Syntax and Note
2.'param' HTML Attributes
3.'param' JavaScript Properties
4.'param' JavaScript Methods
5.'param' JavaScript Collections