Hi all VB.NET experts,
Is this possible? I try to extract information from a webpage. But it requires HIDDEN variable to be set first.
For example
Page 1: (page where I put in the search type)
Page 2 is simply the result of the search.
Thank you,
KonLao
Is this possible? I try to extract information from a webpage. But it requires HIDDEN variable to be set first.
For example
Page 1: (page where I put in the search type)
Code:
...
<INPUT NAME="DBNAME" VALUE="MYTEST" TYPE="HIDDEN">
<INPUT NAME="ACTION" VALUE="SEARCH" TYPE="HIDDEN">
...
Page 2 is simply the result of the search.
Thank you,
KonLao