Chapter 13 DOM CSS
Counter
JavaScript 1.5+, JScript 5+
Nav6+, IE5+
Syntax
DOM CSS object.
Description
Example
Listing 13.1 illustrates reading the properties of the Counter
object.
<html><script language="JScript"><!--var counterObj = primitiveValObj.getCounterValue();var idVal = counterObj.identifier;var listStyleVal = counterObj.listStyle;var separatorVal = counterObj.separator;// --></script></html>
Counter.identifier
JavaScript 1.5+, JScript 5+
Nav6+, IE5+
Syntax
CounterObj.identifier
Description
The read-only property identifier ...
Get Pure JavaScript, Second Edition now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.