Javascript Reference
Categories: BUTTON

javascript BUTTON recordNumber

@March 15, 2008, 1:22 a.m.
\n \n ]\n \n ]\n \n ]\n \n ]
recordNumberFirefox/Netscape/NN n/a IE 4 Chrome/Safari/DOM n/a
Read-only
 

Used with data binding, returns an integer representing the record within the data set that generated the element (i.e., an element whose content is filled via data binding). Values of this property can be used to extract a specific record from an Active Data Objects (ADO) record set (see recordset property).

 
Example
<SCRIPT FOR="tableTemplate" EVENT="onclick">
    myDataCollection.recordset.absoluteposition = this.recordNumber
    ...
</SCRIPT>
 
Value
Integer.
 
Default
None.

Powered by Linode.