in reply to Re^2: ASPX Form Post
in thread ASPX Form Post

If the page needs Javascript, you will need to find a version of WWW::Mechanize that supports Javascript. See for example Win32::IEAutomation, WWW::Mechanize::Firefox or WWW::Mechanize::PhantomJs.

Alternatively, find out what the Javascript does and do the same with Perl instead of Javascript.

Replies are listed 'Best First'.
Re^4: ASPX Form Post
by LeoCoder (Initiate) on Sep 08, 2016 at 20:26 UTC

    Thank you ! I will try using the other package

Re^4: ASPX Form Post
by LeoCoder (Initiate) on Sep 08, 2016 at 20:43 UTC

    Thanks!! I will try these packages.