an error in my site scheduler
"Jodie and Tiger" <[email protected]>
| Newsgroups | gmane.comp.windows.autoit.user |
|---|---|
| Message-ID | <01c501c73f19$e25322e0$2f01a8c0@jodiebd9509cd4> |
Hi. My error is on line nine and says variable must be of type object. It is; it's a check box. I'm going by both the example Larry sent me, plus the information on the web site I want to schedule for. Instead of saying "remember me" it says "keep me logged in for 3 days."
This is the code concerning the check box.
$oCheckBox = _IEGetObjByName($oie,"Keep me logged in for 3 days.")
If Not $oCheckBox.checked Then
$oCheckBox.checked = True
$oCheckBox.fireEvent ("OnClick")
EndIf
Can someone please help me? Thanks.
Hugs from Jodie and kisses from Tiger.
:)
"Belief is the cradle of myth."
Stephen King
Check out my web site.
http://www.asmodean.net/pisces
[Non-text portions of this message have been removed]