Started learning autoit today. Thought I'd take one of my more common tasks and see if I can't auto it. One last thing i have to do every day, no? Note: This script assumes that I'm already logged in to the website on IE. #include <IE.au3> $oIE = _IECreate() _IENavigate($oIE, "[url="https://www.example.com"]https://www.example.com"[/url]) Sleep(1500) ;New Posting _IENavigate($oIE, "[url="https://www.example.com/?new_posting"]https://www.example.com/?new_posting"[/url]) $oForm2 =