Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:

I'm using WWW::Mechanize to follow links on a web page, however I am unable to do anything with js links such as:
<a href="javascript:document.next.submit();">Next Page</a>
Is there any way to handle these?

Replies are listed 'Best First'.
Re: WWW::Mechanize and javascript links
by Corion (Patriarch) on Mar 26, 2009 at 22:06 UTC