Exoendables Posted February 22, 2011 Posted February 22, 2011 At the origini whitout gui tha is my code _IEImgClick($object, "http://www.****************.gif") But whith a gui how can i do that ? whith winhttp that work ?
Potarski Posted February 22, 2011 Posted February 22, 2011 $WinHttp not "clicking" it only send POST data or GET like a PHP Curl man.
Exoendables Posted February 22, 2011 Author Posted February 22, 2011 $WinHttp not "clicking" it only send POST data or GET like a PHP Curl man.Ok but how whith only a gui can do that ? ?
Potarski Posted February 22, 2011 Posted February 22, 2011 (edited) Write your code (html) where you need "click" that picture. And i following you to topic about Winhttp: Edited February 22, 2011 by Potarski
Exoendables Posted February 22, 2011 Author Posted February 22, 2011 without GUI is : $perle =_IECreate ("http://www.******************.php) _IEImgClick($perle, "http://www.*************************.gif") and whit a gui i block here : $request = _WinHttpSimpleRequest($hConnect, Default, "********************.php") (here i want click in a img whit the url )
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