Hi,
there is a sample http://support.adobe.com/devsup/devsup.nsf/docs/54352.htm for use the JavaScript "hostContainer". That works fine with IE7 and Firefox 3.6.3
By useing the sample in IE8 there show the message "NO hostContainer object, doc not embedded".
Wath can I do now? Where is the "hostContainer" in IE8? ore must I look for an PlugInn?
Thanks
Ralf
http://www.windjack.com/WindJack/Browser2PDF/brwsr2acroJS.htm
It sounds like the PDF is not being opened in the browser plug-in. Have you checked the Acrobat Preferences to make sure the PDF is not being opened by the stand alone product?
Another problem with the host container is that all the objects involved have to be initialized in the correct order. And because of the indeterminant nature of the internet there are frequent timing problems.
Thom Parker
The source for PDF Scripting Info
[url=http://www.pdfScripting.com]pdfscripting.com[/url]
The Acrobat JavaScript Reference, Use it Early and Often
[url=http://www.adobe.com/devnet/acrobat/javascript.php]http://www.adobe.com/devnet/acrobat/javascript.php[/url]
Then most important JavaScript Development tool in Acrobat
[url=http://www.pdfscripting.com/public/34.cfm#JSIntro][b]The Console Window (Video tutorial)[/b][/url]
[url=http://www.acrobatusers.com/tutorials/2006/javascript_console][b]The Console Window(article)[/b][/url]
Thom Parker
The source for PDF Scripting Info
www.pdfscripting.com
Very Important - How to Debug Your Script