Jump to content

danhtin2108

Members
  • Posts

    11
  • Joined

  • Last visited

Everything posted by danhtin2108

  1. plz code upload http://imgchili.com, me do not
  2. plz, code upload image http://imgchili.com thank
  3. I've got two test scripts which both do the same thing, just open a URL in a loop. I'm using ff.au3 _FFStart command and specifying a unique profile name and -no -remote flag. Which ever script I start first works fine. The second script opens a FF window and MsgBoxes but then does nothing else. Any pointers are greatly appreciated. thanks, mike #include <FF.au3> _FFStart("about:blank","Profile1", 9) ;_FFStart("about:blank","Profile2", 9) ####THE ONLY DIFFERENCE BETWEEN SCRIPTS IS WHICH PROFILE MsgBox(0,"",$_FF_GLOBAL_SOCKET ) If _FFIsConnected() Then $num_loops = 0 Do _FFOpenURL("www.google.com", True) Sleep(2000) _FFTabClose("all", "keyword") ;$num_loops = $num_loops + 1 Until $num_loops = 5 _FFQuit() EndIf plz help me
  4. I've got two test scripts which both do the same thing, just open a URL in a loop. I'm using ff.au3 _FFStart command and specifying a unique profile name and -no -remote flag. Which ever script I start first works fine. The second script opens a FF window and MsgBoxes but then does nothing else. Any pointers are greatly appreciated. thanks, mike #include <FF.au3> _FFStart("about:blank","Profile1", 9) ;_FFStart("about:blank","Profile2", 9) ####THE ONLY DIFFERENCE BETWEEN SCRIPTS IS WHICH PROFILE MsgBox(0,"",$_FF_GLOBAL_SOCKET ) If _FFIsConnected() Then $num_loops = 0 Do _FFOpenURL("www.google.com", True) Sleep(2000) _FFTabClose("all", "keyword") ;$num_loops = $num_loops + 1 Until $num_loops = 5 _FFQuit() EndIf
  5. click button in FF.au3 ????? ex : http://www.filesonic.vn/file/839063754 <th class="freeAccount"><a href="839063754?start=1" id="free_download">Slow Download</a></th> code FFclick("free_download","id") prolem plz,help me!
  6. plz , conection : http://imgchili.com/show/105/105510_7..jpg wait 2-3s click "Continue to your image" plz code ?????? thank
  7. plz ;send data $data_post="ナー" ;Japanese _WinHttpSendRequest($hRequest,"", $data_post) _WinHttpReceiveResponse($hRequest) not working data = "ナ ." plz fix ,see add-on "Live http header" $data_post="%26%2312490%3B"
  8. plz , help me img : hope you help right: a slider thank ^^!
  9. I use the function _WinHttpSimpleFormFill ($ hConnect, "", "index: 0 ",... with index values​​: 0, the function will find the first button want to define a certain button, how?
  10. Using the WinHttpRequest COM Object ???? plz help me I want to do auto login program forum I think it will do the following " Step 1: the 4rum http://127.0.0.1/login.php Step 2: fill out the form to use and pass on look forward to your help thank using GET & POST methods like??
×
×
  • Create New...