Jump to content

Recommended Posts

Posted (edited)

I use this script to read this web's HTML body. Before I login, everything work OK.

But after I login, this script can't read.

What's problem in this case?

account to login this web:
user: tinhyeu_lagi
pass: tinhyeudep123

#include <IE.au3>
$Url = 'https://www.nhattao.com/threads/ban-sony-z-white-99-gia-tot-cho-ae.2154328/'
$oIE = _IECreate($Url, 1)
_IELoadWait ($oIE)     
$html = _IEBodyReadHTML($oIE)
ConsoleWrite("Body: " & $html & @CRLF)
Edited by virushandsome
  • 2 weeks later...
  • 2 weeks later...

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
  • Recently Browsing   0 members

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