Modify ↓
#3203 closed Bug (No Bug)
IE - Variable contents are lost when navigating to any page
| Reported by: | mexykanu | Owned by: | |
|---|---|---|---|
| Milestone: | Component: | AutoIt | |
| Version: | 3.3.14.2 | Severity: | None |
| Keywords: | _ie, ie | Cc: |
Description
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.
Attachments (0)
Change History (3)
comment:1 by , 10 years ago
comment:2 by , 10 years ago
| Resolution: | → No Bug |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.

This is not AutoIt or UDF bug.
This is not support forum.
Ask here:
https://www.autoitscript.com/forum/forum/2-autoit-general-help-and-support/