L
laredotornado
Hi,
On my HTML page, I have a number of SPANs like
<span class="myNumber">3</span>
What I would like is a way to return the maximum number in between the
SPANs. You can assume that if I have an HTML block like the above, I
will also have
<span class="prescriptionNumber">1</span>
<span class="prescriptionNumber">2</span>
somewhere on my page before it.
Thanks for your help, - Dave
On my HTML page, I have a number of SPANs like
<span class="myNumber">3</span>
What I would like is a way to return the maximum number in between the
SPANs. You can assume that if I have an HTML block like the above, I
will also have
<span class="prescriptionNumber">1</span>
<span class="prescriptionNumber">2</span>
somewhere on my page before it.
Thanks for your help, - Dave