IsleOfTechno Posted September 28, 2006 Posted September 28, 2006 Hi ! I have an InternetExplorer and i want to navigate with AutoIT to a php-site which expects a string from the formular-inputs by the post-method. now i want to send my own data to this php-site. what can i do to simulate that, what the browser does when post-method is used ? www.galenda.de - Der Kalender in AutoITwww.dsbot.de - Die Seite für Bot-Programmierung in AutoIt allgemein und für meinen dieStämme-Bot
martijn Posted September 29, 2006 Posted September 29, 2006 (edited) You can use the navigate function, as I tried. The only problem is that I don't know how to send the POST-data as the proper parameter for the function.I wrote a small code snippet for testing purposes (change the url to suite your needs) Edited September 29, 2006 by martijn
martijn Posted September 29, 2006 Posted September 29, 2006 After more searching I found this thread, explaining two ways that work and two ways that don't.Good luck
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