Rei10 Posted December 17, 2019 Posted December 17, 2019 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() ???
mikell Posted December 17, 2019 Posted December 17, 2019 Sorry. I tried to have a look at the "https://........" website but it failed Musashi 1
Rei10 Posted December 18, 2019 Author Posted December 18, 2019 mikell, in this example, a link is not required HTML only $resp=$oHTTP.ResponseText FileWrite("txt.html", $resp) ; How to save a full web page???
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