I'm asking because I need to execute the ExecWB method of the
InternetExplorer object from script on a web page. If it helps, the
page will always be embedded in Outlook 2000. It is possible to access
the Outlook object model from the script (via window.external), but
there don't seem to be any hooks from the Outlook object model to its
InternetExplorer object either.
If there's any way of doing this (even if it requires writing an
ActiveX control) then please let me know!
thanx
Tom
Sent via Deja.com http://www.deja.com/
Before you buy.
<t.hol...@praxa.com.au> wrote in message
news:8bf24q$q1j$1...@nnrp1.deja.com...
Also, since both script and the host can manipuate info on the page,
this can form a basis of communication. Back and forth signaling can
be accomplished via polling, or possibly by use of an appropriate
event sink.
HTH,
Steve
You may want to look at the MS KB article: Q188015 - HOWTO: Access
Methods/Properties of Container From Script
<t.hol...@praxa.com.au> wrote in message
news:8bf24q$q1j$1...@nnrp1.deja.com...
> Does anyone know whether it is possible to access the hosting
> InternetExplorer object's interface from script on a web page? >
> thanx
> Tom
>
But back to your original question. It is possible to ExecWB from script:
http://msdn.microsoft.com/workshop/Author/script/DHTMLPRINT.asp
The example shows how to ExecWB for print and page setup. You can fiddle
with the downloadable print.js to call other olecmdid's. The approach works
regardless of whether the host is IE or custom.
/t
<t.hol...@praxa.com.au> wrote in message
news:8bf24q$q1j$1...@nnrp1.deja.com...
> Does anyone know whether it is possible to access the hosting