Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Screen Scraper site that requires HIDDEN variables

Status
Not open for further replies.

konLao

Programmer
Mar 10, 2003
61
US
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)

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
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top