in reply to Re: (nrd) Executing Javascript from HTML pages in perl
in thread Executing Javascript from HTML pages in perl
An example of a url would be https://chaseonline.chase.com/chaseonline/logon/sso_logon.jsp. If you try to do a get with LWP, it says that your browswer does not support javascript. Also, if you look a the source code, the post action is to a javascript. Similarly if you look at yahoo, the login requires it post to a javascript which in turn does a post.