Issue with Task Pane Code accessing data across domains

P

Pat

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

S.Y.M. Wong-A-Ton

Try searching this newsgroup on "Domain Level Security Question". There Adam
gave an answer that might solve your problem.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top