html/javascript automaticly getting link from submit button (maybe automating with python?)

Posted by user317955 on Stack Overflow See other posts from Stack Overflow or by user317955
Published on 2010-04-15T20:26:26Z Indexed on 2010/04/15 20:43 UTC
Read the original article Hit count: 123

Filed under:
|
|
|
|

I have a website where I have to click a submit button on a form. This gives me a link. I know the link is made up with the paramter that is passed through a hidden value. I was wondering if I could make a python script or something else that would go to the website and click some buttons returning the link that the submit button generates, if so how could I pass the extra parameter that influences the creation of the link?

thanks in advance.

© Stack Overflow or respective owner

Related posts about python

Related posts about JavaScript