I need to know how ot make Inet basically login to a site... Or send information like Username and password... Ne help??? PLZ!!!
Printable View
I need to know how ot make Inet basically login to a site... Or send information like Username and password... Ne help??? PLZ!!!
Try this:
VB Code:
Inet1.UserName = "flame_211" Inet1.Password = "111111111" Inet1.Execute "http://www.something.com/index.htm", "GET"
Thanks Ill try it
AAAAA... it didnt work...
Ill try to be a bit more precise :p
I have a website... I want to have my program load a page with inet, and then input information like email and pass....
(username, email same thing)
Also, I want the information that the site sent back, like yes it worked or no it didnt, to show up on a label, ne help with that?
if you want to see the page I am talking about it is at http://www.angelfire.com/realm/warel...enaa/pass.html
i am basically gonna store my email and pass for diff things on my website... ne help with that?