E
ElVino
Ive seena few posts based around this question but most seem to concentrate
on managed code. I have created a trusted form that uses a Custom Task Pane.
the form just uses JavaScript and NO managed code.
I am trying to create context menus for the user and have created
<div></div> code in the htm for each of the taskpane menus.
I then try to set the taskpane menu by calling
g_oTaskPane.HTMLDocument.parentWindow.SelectView("TP_Admin");
(Ithink I nicked most of the code from the InfoPath SDK!!)
This results in a "Permission denied" error in the trusted solution but not
in the untrusted solution.
Any ideas would be useful.
on managed code. I have created a trusted form that uses a Custom Task Pane.
the form just uses JavaScript and NO managed code.
I am trying to create context menus for the user and have created
<div></div> code in the htm for each of the taskpane menus.
I then try to set the taskpane menu by calling
g_oTaskPane.HTMLDocument.parentWindow.SelectView("TP_Admin");
(Ithink I nicked most of the code from the InfoPath SDK!!)
This results in a "Permission denied" error in the trusted solution but not
in the untrusted solution.
Any ideas would be useful.