|
Subject:
|
Testing web pages with vb? Examples?
|
|
Posted By:
|
Raycaster
|
Post Date:
|
3/22/2008 9:20:42 AM
|
First I apoligize, as I have searched for tutorials but due to the amount available its tough to pin down.
I'm not a newbie but usually have to pull out the vb manuals anytime I need some code.
My question is that I would like to be able to automate some web logins and other inputs.
Can anyone suggest some examples to point me in the right direction? Can this be done with vb or do I need to switch to .net or something else.
Thank you for your time.
Lennard W Price
|
|
Reply By:
|
pons_saravanan
|
Reply Date:
|
4/23/2008 10:54:39 PM
|
hi
you can use XML HTTP for performing that for retrieving use the GET, For posting Use POST. a simple sample here http://www.vbknowledgebase.com/WebApp/Guest/Home/Home.aspx?PageCode=46& Desc=Get-Web-Response-xmlHttp
Pon Saravanan
|