Exoendables 0 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 ? Share this post Link to post Share on other sites
Potarski 0 Posted February 22, 2011 $WinHttp not "clicking" it only send POST data or GET like a PHP Curl man. Share this post Link to post Share on other sites
Exoendables 0 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 ? ? Share this post Link to post Share on other sites
Potarski 0 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 Share this post Link to post Share on other sites
Exoendables 0 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 ) Share this post Link to post Share on other sites