Hi all
I havent used Javascript before and im new to this forum too.
Basically I want to achieve the following:
On a website, after I perform a search, the search splits the results into several pages. To advance to the next set of results, the user can press an icon which advances to the next set of results.
When hovering over this button, the script displays "Javascript:toPage('2')"
Instead of pressing the little arrow ffor "next page" each time - I just want to be able to execute some script that will execute the "Javascript:toPage('2')" pause for a few seconds and then execute Javascript:toPage('3') etc.
Is it possible to write something which will do this (assuming I find out how many pages I need to advance) Answers not relating to javascript also welcome.
Thanks for all answers
I havent used Javascript before and im new to this forum too.
Basically I want to achieve the following:
On a website, after I perform a search, the search splits the results into several pages. To advance to the next set of results, the user can press an icon which advances to the next set of results.
When hovering over this button, the script displays "Javascript:toPage('2')"
Instead of pressing the little arrow ffor "next page" each time - I just want to be able to execute some script that will execute the "Javascript:toPage('2')" pause for a few seconds and then execute Javascript:toPage('3') etc.
Is it possible to write something which will do this (assuming I find out how many pages I need to advance) Answers not relating to javascript also welcome.
Thanks for all answers