This could be a similar problem to this thread: Mechanize, Forms, Links, problem from Javascript?. I.e. JavaScript is dynamically populating or altering the form.
If this is the case, you might consider a different tack. Instead of trying to fill in the form, doing the final form POST, using the post method.
To take this approach, you'll need to work out the final structure of the form and what gets posted. Some browser tools might help with this analysis. For example Firefox's plugins include Web Developer (show the form data just before it's posted) and Live HTTP Headers (show the actual post).
| [reply] |
WWW::Mechanize doesn't handle Javascript. So you'll either have to find out what the Javascript does, and replicate that in your Perl code. Or you have to instrument a browser, by using Win32::IE::Mechanize or WWW::Mechanize::FireFox.
While I'm the author of WWW::Mechanize::FireFox, and it works very well for me, I'll note that the Mechanize API is very incomplete. But I use it to automate Javascript-heavy web applications.
| [reply] |
You might get more responses by asking a more concise question. I personally don't have time to read through all of that code.
| [reply] |
Hi,
I was thinking the problem was in the source file.
So that was the reason for putting the necessary code.
Can you please help me out ?
Thanks,
Alok
| [reply] |
But if you *really really* think you need all that code to explain your problem, please use some <readmore> </readmore> tags...
Eg.
Also have a read of this too: Markup in the Monastery | [reply] [d/l] |