Hi. I've read several threads here where there are issues with the
form code accessing the task pane code, but nothing about the task pane
code not being able to access data across domains.
I have a fully trusted form that is installed on a server. When I open
the form, the jscript in script.js works fine (accessing the database),
but the task pane code gets an error about security settings on this
computer prohibit accessing data on another domain.
I thought that was what fully trusted forms were supposed to avoid? Is
there something else I need to do other than make the form fully
trusted?
I am using ActiveXObject("ADODB.Connection") in javascript code in the
task pane html.
Thanks!
Pat
S.Y.M. Wong-A-Ton - 02 Mar 2006 21:31 GMT
Try searching this newsgroup on "Domain Level Security Question". There Adam
gave an answer that might solve your problem.
---
S.Y.M. Wong-A-Ton
> Hi. I've read several threads here where there are issues with the
> form code accessing the task pane code, but nothing about the task pane
[quoted text clipped - 15 lines]
>
> Pat