dantay9 Posted January 29, 2009 Posted January 29, 2009 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)
Authenticity Posted January 30, 2009 Posted January 30, 2009 Where did you see the link with Weather on it?, it's after you've successfully log-in?
Bert Posted January 30, 2009 Posted January 30, 2009 I know what he is getting at. He wants to get some weather info. I got just the thing, and he may like it better:Did a quick search..http://www.autoitscript.com/forum/index.ph...&hl=weatherhttp://www.autoitscript.com/forum/index.ph...&hl=weatherhttp://www.autoitscript.com/forum/index.php?showtopic=20953 The Vollatran project My blog: http://www.vollysinterestingshit.com/
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