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>
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,258
|
Thanks for posting in the forum --- however we do not provide support on generic programming topic such as JavaScript question. We only support questions that are specifically related to our product. So you will need to seek other channels for such question. Sorry about it!
|
Rank: Newbie Groups: Member
Joined: 12/15/2015 Posts: 8
|
Sorry, but I was disappointed.
I expected a different treatment, as I think my doubt would be an easy solution for you.
I'll try for help somewhere else.
Thank you
|