Is so what is the sytax for setting the object? I need to access more
functionality than the document or window object expose.
Thanks,
TSP
--
Michael Harris
MVP Scripting
"Thomas Powell" <tpo...@buytrek.com> wrote in message news:e6bDhSFs$GA.76@cppssbbsa05...
I am having difficulty getting the InternetExplorer object to work. I keep
getting ActiveX component can't create object.
I have attached the web page I am using to test this functionality.
Thanks in advance for any help.
Tom Powell
Michael Harris" <Please...@To.NewsGroup> wrote in message
news:uQJUpD$r$GA.261@cppssbbsa05...
Is there any way to control the InternetExplorer object from VBScript inside
of the browser?
TSP
"Michael Harris" <Please....@To.NewsGroup> wrote in message
news:OjdneCJs$GA.76@cppssbbsa05...
--
Michael Harris
MVP Scripting
"Thomas Powell" <tpo...@buytrek.com> wrote in message news:uTe0RUJs$GA.259@cppssbbsa05...
1) When a user navigates from within the CommBand (clicks on a link) I want
to taget the main browser window. Currently my choices are navigating the
current window or spawning a new one. With the InternetExplorer object I
could do what I want.
2) I also want to capture the OnNavigate Event and take control of the
document object (do some checking and perhaps manipulation of it) prior to
rendering it.
Thanks,
Tom Powell
"Michael Harris" <Please...@To.NewsGroup> wrote in message
news:Ok34iVLs$GA.267@cppssbbsa05...
As for objective 2), I don't know how you would capture OnNavigate since all you have is the native
vbscript CreateObject which doesn't have the event sinking feature of WScript.CreateObject. In
order to do this you would need to use something like the ScriptX component (from www.meadroid.com).
--
Michael Harris
MVP Scripting
"Thomas Powell" <tpo...@buytrek.com> wrote in message news:e4JKY6Rs$GA.216@cppssbbsa03...