'datasrc' Example : datasrc « HTML Attributes Reference « HTML CSS Reference

Home
HTML CSS Reference
1.CSS Attributes and Javascript Style Properties
2.HTML Attributes Reference
3.HTML Tag Reference
HTML CSS Reference » HTML Attributes Reference » datasrc 
'datasrc' Example

    
<HTML>
<head><Title>Example For datasrc</Title></head>
<BODY>
<table bgcolor="#00ffff" 
       border=datasrc="#dataSrc" 
       datapagesize="10">
       <tr>
          <td>
          <input type=textbox size=30 value="This is the first record" datafld="model"></td>
       </tr>
       <tr>
          <td>
          <input type=textbox size=30 value="This is the second record" datafld="price"></td>
       </tr>
</table>
<object id="dataSrc" 
        classid="clsid:333C7BC4-460F-11D0-BC04-0080C7055A83">
        <param name="DataURL" value="carMaker.txt">
        <param name="FieldDelim" value="\">
        <param name="RowDelim" value="\">
</object>
</BODY>
</HTML>  
    
      
      
Related examples in the same category
1.'datasrc' Syntax and Note
2.datasrc is applied to
java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.