All I want to do right now is come up with a way to consistently click on the "Work Offline" button in IE. I've tried Send, ControlSend, WinMenuSelectItem, but it's never 100% consistent because IE8's alt+command behavior isn't consistent. I've also been dabbling now with _IEAttach. $obj = _IEAttach($name) ConsoleWrite( "Offline: " & _IEPropertyGet($obj, "offline") & @CRLF )This returns the correct boolean value regarding the "Work Offline" state of IE. However, though _IEPropertySet