﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
1952	Autoit & https & _IEFormSubmit doesnt work.	JBtje		"Efter two hours searching, I gave up. Than, while running some examples, I found it!

_IEFormSubmit seems not te be working when you have load a website using SSL (https://) in IE9, both 32 bit and 64 bit!

This is the standard _IEFormSubmit example code, using httpS://www.google.com
{{{
;	#AutoIt3Wrapper_UseX64=N ;uncomment to use 32 bit IE
	#include <IE.au3>
	$oIE = _IECreate (""https://www.google.com"")
	$oForm = _IEFormGetObjByName ($oIE, ""f"")
	$oQuery = _IEFormElementGetObjByName ($oForm, ""q"")
	_IEFormElementSetValue ($oQuery, ""AutoIt IE.au3"")
	_IEFormSubmit ($oForm, 0)
	_IELoadWait($oIE)
}}}

Testmachine on which the code fails:
- Windows 7 x64
- IE9 x64 AND IE9 x32
- Autoit 3.3.6.1

Testmachine on which the code works:
- Windows XP pro x64
- IE8 x32
- Autoit 3.3.6.1

Let me know if any other information is needed.

My best regards,
Jeffrey"	Bug	closed	3.3.7.18	AutoIt	3.3.6.1	None	Fixed	https, _IEFormSubmit, IE9, Internet explorer, 9, fails to work	
