fireburner69
Programmer
I have developed an application made only by html and javascript.
I use frames for displaying a menu and the main window.
I use winXP and I have installed SP2.
Everytime I open the page it always display this warning:
"To help protect your security, Internet Explorer has restricted this file from showing active content that could access your computer. Click here for options..."
And when I use an activeX for create a file with the data of a form this message comes up:
"An ActiveX control on this page might be unsafe to interact with others parts of the page. Do you want to allow this interaction?"
I know for sure that the first warning can be skipped if I insert the url into the trusted sites.
Now my questions are (2):
How can I skip the 1st warning cause my files are called from the local PC. I mean in the url I have only this c:\app\index.htm
I tried to insert somethings in the trusted site like file://c://app/ but this is not allowed.
Also I tried something like that *://c:/app/
But again this is not working too.
Is there anyway to skip the warning ?
And for the second one how can I setup my IE to allow this activeX from the specific files? Again this warning comes from this files when they use the file object to read and write files in the HD.
Thanks for your time.
I use frames for displaying a menu and the main window.
I use winXP and I have installed SP2.
Everytime I open the page it always display this warning:
"To help protect your security, Internet Explorer has restricted this file from showing active content that could access your computer. Click here for options..."
And when I use an activeX for create a file with the data of a form this message comes up:
"An ActiveX control on this page might be unsafe to interact with others parts of the page. Do you want to allow this interaction?"
I know for sure that the first warning can be skipped if I insert the url into the trusted sites.
Now my questions are (2):
How can I skip the 1st warning cause my files are called from the local PC. I mean in the url I have only this c:\app\index.htm
I tried to insert somethings in the trusted site like file://c://app/ but this is not allowed.
Also I tried something like that *://c:/app/
But again this is not working too.
Is there anyway to skip the warning ?
And for the second one how can I setup my IE to allow this activeX from the specific files? Again this warning comes from this files when they use the file object to read and write files in the HD.
Thanks for your time.