I have an app written w/DHTML Designer in VB6 and it is not working in IE6.
Specifically, when using the DHTMLPage_Load event, the HTML page will not
load until the completion of the DHTMLPage_Load event (AsyncLoad is set to
False) so any page objects referenced in the load event have not been created
and their references are not valid. Also, the BaseWindow_OnLoad event is not
being passed down to the targets in a frames-based page. Can anyone offer up
a suggestion to get either of those events working under IE6?
In IE5 (and below) the BaseWindow_OnLoad event is passed down to the targets
on a frames based page, but the behavior for the DHTMLPage_OnLoad event is
the same (which, according to the docs it shouldn't be acting that way) so
that may be a VB issue.
As I said, AsyncLoad is set to False EVERYWHERE. I am using VB6 (SP6).
Rewriting the app right now is not an option and I would rather not run a
side-by-side copy of IE5 on the User machines. Any help would be
appreciated. Thanks!
--Brian