View Single Post
  #576  
Old 08.02.2019, 05:51
almanteka almanteka is offline
Baby Loader
 
Join Date: Feb 2019
Posts: 9
Default

Quote:
Originally Posted by mgpai View Post
Event scripter also has a postPage() method, which can be used instead of the batch file in this script.

Code:
var myString = postPage(myString/*URL*/, myString/*PostData*/);/*Loads a website (METHOD: POST) and returns the source code*/
/* Example: */var myhtmlSourceString = postPage("http://support.jdownloader.org/index.php","searchquery=captcha");
thanks for your suggestions! can you provide an example using my scripts above? really appreciate your help!
Reply With Quote