Welcome Guest Search | Active Topics | Sign In | Register

Click button in class Options
Luiz
Posted: Friday, April 13, 2018 8:01:58 AM
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>


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.