Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'Click a webpage's Next button via Javascript' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Click a webpage's Next button via Javascript
Authored by: bex on Sep 20, '06 08:39:53AM

Don't forget though, it "clicks" the first next button it finds. Right now that means that "next" off of the macosxhints homepage is a link to this article :D



[ Reply to This | # ]
Click a webpage's Next button via Javascript
Authored by: iPinto on Sep 20, '06 12:17:34PM
Maybe changing this line
var regexp = /next/i;
to this
var regexp = /^next$/i;
should do the work. I am not on my mac now so I can't tell.

[ Reply to This | # ]