﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
3203	IE - Variable contents are lost when navigating to any page	mexykanu		"Hello,

We have the folowing code:
{{{
Global $oIE = _IEAttach(""your website"",""url"")

local $body1 = _IETagNameGetCollection($oie,'body',0)
MsgBox(0,'',$body1.innerhtml)
_IENavigate($oie,'any page')
MsgBox(0,'',$body1.innerhtml)
}}}
This code attaches to a IE window, loads the <body> tag in a variable and navigates to a different page.

Issue: After navigating to a different page, the contents of the variable are no longer accessible or are lost. This issue has been around for a long time, it has not been fixed in the latest version.
This can be reproduced with any website. 

It is a very severe issue since variable contents should only be changed by the user.
"	Bug	closed		AutoIt	3.3.14.2	None	No Bug	_ie, ie	
