Jump to content

IE text help


dantay9
 Share

Recommended Posts

I am trying to read the temperature and other stats from the igoogle site. I navigated to the site, but I can't read the text. I tried to read the source, but it returns the source of the google.com website because that is the URL. I don't know what else i can do to read the text of the website. Here's what I have:

$oIE = _IECreate("https://www.google.com/accounts/Login?continue=http://www.google.com/&hl=en")
$LoginBox = _IEFormGetCollection($oIE, 0)
$EmailBox = _IEFormElementGetObjByName($LoginBox, "Email")
$PasswordBox = _IEFormElementGetObjByName($LoginBox, "Passwd")
_IEFormElementSetValue($EmailBox, $User)
_IEFormElementSetValue($PasswordBox, $Pass)
_IEFormSubmit($LoginBox, 0)
_IELoadWait($oIE)
_IELinkClickByText($oIE, "Weather")
_IELoadWait($oIE)
Link to comment
Share on other sites

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