I am trying to increment a counter by one everytime my interator loops through table data.
<TABLE border=1>
<TR onclick="highlightTR '#c9cc99','cc3333',this);">
<pr:fieldIterator>
<TD><pr:field /></TD>
</pr:fieldIterator>
</TR>
I would like to increment my counter here <TD><pr:field /></TD>.
Any suggestions would be greatly appreciated.
<TABLE border=1>
<TR onclick="highlightTR '#c9cc99','cc3333',this);">
<pr:fieldIterator>
<TD><pr:field /></TD>
</pr:fieldIterator>
</TR>
I would like to increment my counter here <TD><pr:field /></TD>.
Any suggestions would be greatly appreciated.