If you are running IE9 and click or submit returns with no error, but no action is performed, then this little Function is your friend. Func _SetIE8($_oIE) ; by forumer100 ----- Set IE9 to IE8 Browser mode If RegRead("HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\IEDevTools", "Pinned") Then RegWrite("HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\IEDevTools", "Pinned", "REG_DWORD", 0) $hwnd1 = _IEPropertyGet($_oIE, "hwnd") $titleOld = _IEPropertyGet($_oIE, "title") $titl