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 strongm 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


 
Humm... I just tried it and I got to the HTML forum.

Try this: go to the top of this page and enter "HTML" (without the quotes), and make sure the search criteria says 'Find a Forum'. You will find 3 forums.
 
I'm sorry I didn't make it clear. I'm using VB.NET and Webclient.

I was able to scraper information from screen. I only need to know how do I create hidden variables and call it from VB.NET App.

Thank you,

KonLao
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top