contact  |  about  |  sitemap

javascript
Last Post 08 Jul 2010 10:10 AM by Tijn. 1 Replies.
Sort:
PrevPrev NextNext
Author Messages
lee

--
07 Jul 2010 04:37 PM
i have these as my next page links when i use the inspector on the links..

i dont know how to execute this. Is this a case of using the javascript action? please let me know how to go from page to page using this source code i retrived and what actions i should be using.

<LI class=current>1</LI>

<LI><A onclick="$E.stopPropagation(event);SearchMain.changePage(2);return false;">2</A></LI>
<LI><A onclick="$E.stopPropagation(event);SearchMain.changePage(3);return false;">3</A></LI>
<LI><A onclick="$E.stopPropagation(event);SearchMain.changePage(4);return false;">4</A></LI>
<LI><A onclick="$E.stopPropagation(event);SearchMain.changePage(5);return false;">5</A></LI>

thank you!
Tijn

--
08 Jul 2010 10:10 AM
Yes you can use the execute javascript action for this.

This is the part you have to execute: $E.stopPropagation(event);SearchMain.changePage(2);return false;

Note that after the javascript execute you have to do a Browser refresh action.


Quick Reply
toggle
  Username:
Subject:
Body:
Security Code:
Enter the code shown above:

Submit

Powered by Active Forums

Forum participation and optional registration

You don't need to be registered to partcipate in the Djuggler forums, however if you want to subscribe to email notifications you need to register. You can also subscribe to the forum RSS feed.