Jump to content

Cannot get text from website?


Recommended Posts

My code is:

#include <IE.au3>
#include <MsgBoxConstants.au3>

$UserName = GUICtrlRead($UserNameCON)
$oIE = _IECreate()
_IENavigate($oIE, "http://imiss.hoakhoi.vn/picture/-le-thi-kieu-oanh.aspx#.U78jQvmSwSw")
$oIE.document.getElementById("ctl00_ctl00_Content_Content_txtEmail").value=$UserName
$oSubmit = _IEGetObjByName ($oIE, "ctl00$ctl00$Content$Content$btnSubmit")
$oIE = _IEAction ($oSubmit, "click")
$sTxt = $oIE.Document.GetElementsByClassName("vote_mess").item(0).innertext
MsgBox(0, "", $sTxt)

but fail.  :(

Please help me.

Link to comment
Share on other sites

  • Moderators

lovelace, since this issue is the same website and the same type of problem, why are you opening multiple threads rather than answering the questions posed to you in the first one?

 

'?do=embed' frameborder='0' data-embedContent>>

Edited by JLogan3o13

"Profanity is the last vestige of the feeble mind. For the man who cannot express himself forcibly through intellect must do so through shock and awe" - Spencer W. Kimball

How to get your question answered on this forum!

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
 Share

  • Recently Browsing   0 members

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