Jump to content

How to get JS values?


Rei10
 Share

Recommended Posts

After clicking on the button on the site, js shows the values that are not in the html. How to get the values Analyzer "ResponseContent"?

$oHTTP = ObjCreate("winhttp.winhttprequest.5.1")
 $oHTTP.Open("GET", "https://........", False)
 $oHTTP.Send('')
 
 $jk = "........"  
 $oHTTP.Open('POST', 'https://.....', False)
 $oHTTP.Send($jk)
 
 $oHTTP.Open("GET", "https://........", False)
 $oHTTP.Send('')
 $resp=$oHTTP.ResponseText
 FileWrite("txt.html", $resp) ;  ResponseContent()  ???

 

 

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...