Re: schedulers for web sites
larrydalooza <[email protected]>
| Newsgroups | gmane.comp.windows.autoit.user |
|---|---|
| Message-ID | <[email protected]> |
> Thanks Larry. The web site is below.
> http://www.fanfiction.net
;example
#include <ie.au3>
$oIE = _IECreate("http://www.fanfiction.net")
_IELinkClickByText($oIE,"Log In")
$email = _IEGetObjByName($oIE,"email")
$pass = _IEGetObjByName($oIE,"password")
_IEFormElementSetValue($email,"[email protected]")
_IEFormElementSetValue($pass,"test")
$oCheckBox = _IEGetObjByName($oIE, "remember")
If Not $oCheckBox.checked Then
$oCheckBox.checked = True
$oCheckBox.fireEvent ("onClick")
EndIf
$oSubmit = _IEGetObjByName ($oIE, "submit")
_IEAction($oSubmit,"click")
;Lar.
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/AutoItList/
<*> Your email settings:
Individual Email | Traditional
<*> To change settings online go to:
http://groups.yahoo.com/group/AutoItList/join
(Yahoo! ID required)
<*> To change settings via email:
mailto:[email protected]
mailto:[email protected]
<*> To unsubscribe from this group, send an email to:
[email protected]
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/