vaibhavs Posted May 6, 2009 Posted May 6, 2009 Hi,I would like to submit a form with the data in the URL using method=GET:http://www.some.com/a.php?u=aaa&p=bbb&n=ccccAnd get the resulting page content and display it using msgbox()Please advice what code should I use, I am totally lost here.ThxVai
Marlo Posted May 6, 2009 Posted May 6, 2009 #include <Inet> $Page = _InetGetSource("http://www.some.com/a.php?u=aaa&p=bbb&n=cccc") untested Click here for the best AutoIt help possible.Currently Working on: Autoit RAT
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now