Rank: Newbie Groups: Member
Joined: 12/15/2015 Posts: 8
|
Hello friends, support! I need some help. How to trigger the click of the "page: last" button in red? I can not use getElementById and I also can not use getElementByName because it is only identified by a class. Thanks for any help for a beginner.
<tr> <td class="rich-datascr-button-dsbld rich-datascr-button">««</td> <td class="rich-datascr-button-dsbld rich-datascr-button">«</td> <td class="rich-datascr-button-dsbld rich-datascr-button"></td> <td class="rich-datascr-act">1</td> <td class="rich-datascr-inact" onclick="Event.fire(this, 'rich:datascroller:onscroll', {'page': '2'});">2</td> <td class=" rich-datascr-button" onclick="Event.fire(this, 'rich:datascroller:onscroll', {'page': 'next'});"></td> <td class=" rich-datascr-button" onclick="Event.fire(this, 'rich:datascroller:onscroll', {'page': 'fastforward'});">»</td> <td class=" rich-datascr-button" onclick="Event.fire(this, 'rich:datascroller:onscroll', {'page': 'last'});">»»</td> </tr>
|