HTML CSS Reference/HTML Attributes Reference/datapagesize

Материал из Web эксперт
Перейти к: навигация, поиск

"datapagesize" Example

   <source lang="html4strict">
   

<HTML> <head><Title>Example For datapagesize</Title></head> <BODY>

<input type=textbox size=30 value="This is the first record" datafld="model">
<input type=textbox size=30 value="This is the second record" datafld="price">

<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>


     </source>
   
  


datapagesize is applied to

   <source lang="html4strict">

+----------------+--------------------------------------------------------------+

| Applied_To | | +----------------+--------------------------------------------------------------+ </source>

"datapagesize" Syntax and Note

   <source lang="html4strict">

Note:

This attribute sets the number of records to be displayed in a table. You can define the number of records to display as a "page".

Syntax:

. . .


</source>