﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
2089	_IEFormSubmit gives WEnd^ ERROR	ir.r.buitenhuis@…		"With AutoIt 3.2 and IE8 this works fine. With AutoIt 3.3.8.0 this code gives an error on _IEFormSubmit: AutoIt Error Line 585 (File ""C:\program files\autoit3\Include\IE.au3""):
WEnd
WEnd^ ERROR
Error: The requested action with this object has failed.

#include <IE.au3>
#include <file.au3>
$oIE = _IECreate (""http://www.gmail.com"")
$oForms = _IEFormGetCollection ($oIE)
$oForm = _IEFormGetObjByName ($oIE, ""gaia_loginform"")
$oEmail = _IEFormElementGetObjByName ($oForm, ""Email"")
_IEFormElementSetValue ($oEmail, ""<gmail account>"")
$oPasswd = _IEFormElementGetObjByName ($oForm, ""Passwd"")
_IEFormElementSetValue ($oPasswd, ""<password>"")
_IEFormSubmit ($oForm)"	Bug	closed		Standard UDFs	3.3.8.0	None	Fixed	_IEFormSubmit IE9	
