Hi,
I have a VB script code which creates an activex object for internet explorer.
This code creates a browser object of IE6, then loads the given urlCode:Set IE = CreateObject("InternetExplorer.Application") IE.visible = true IE.navigate "http://www.google.com"
I was using this code from long time on IE6 and it is working fine.
However I recently updated my IE6 to IE8 browser from then I am facing an issue.
It is creating the browser obect of IE6, then loads the given url in a new tab of IE8.
Note: when I open help->About of the browser opened by my script IE version of the browser is showing as IE8 however it is looking like IE6.
So how to create the browser object of the latest IE?
Please suggest!!
Thanks!!


Reply With Quote
Bookmarks