Jump to content

Read text from site.


Jack023
 Share

Recommended Posts

Hi!

How can I get info from that site?

http://facepunch.com

It asks me turn on Java script.

How can I do with winhttprequest?

That code does not work:

$url = "http://facepunch.com"
$oHTTP = ObjCreate("winhttp.winhttprequest.5.1")
$oHTTP.Open("GET", $url, 0)
$oHTTP.Send()
Local $txt = $oHTTP.Responsetext
$oHTTP = 0
Msgbox(0,"", $txt)

Thank You!


 
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...