Hi all,
I searched a lot but could not find a solution for my question. It is quite simple as I think.
I opened a web page by providing some parameters, such as id=123456
. The searched result page then contains a link to something like javascript:doSomething('ABC','ID'=123456)
.
What I would like to know, is whether there is a program, in perl, python, java, c, whatever, that could take an id as a parameter, and automatically click the javascript link, and fetch the content of the resulting page.
Do you have a solution to this problem?
Thanks a lot!
Frank