Ask a Question related to Macromedia ColdFusion, Design and Development.
-
Brittany2 #1
File Download - Security Warning
I have a webpage that when you click on a link it opens an executable file.
However, you first get a prompt regarding a "File Download - Security Warning"
- Do you want to run or save this file? Is there some code I can use that
automatically tells it to run and not display this message? Also, once I click
"Run" it then gives a "Internet Explorer - Security Warning" - The publisher
could not be verified. Are you sure you want to run this software? Is there
some code I can use that automatically tells it to run and not display this
message?
Brittany2 Guest
-
getting security warning dont know way
here is example i created a blank page with welome on it . and im getting a security warning when i preview it message is to help protect your... -
windows sp2 security warning in my page
hi, all These days, I found when I open my test aspx page with some javascript inside, IE shows a security warning says to open this page is on a... -
WARNING ABOVE POST VIRUS DOWNLOAD
WARNING ABOVE post virus download -- "If you don't know where you are going, any road will take you there!" -
Security Warning
My client is getting a security warning when he visits a page that has a director animation. It says... Do you want to install and run... -
ADO security warning in MDAC version 2.8
Bill, More details can be found here : ADO 2.8 Security Design Issues and Changes... -
Neculai Macarie #2
Re: File Download - Security Warning
> I have a webpage that when you click on a link it opens an executable
file.Warning"> However, you first get a prompt regarding a "File Download - Securityclick> - Do you want to run or save this file? Is there some code I can use that
> automatically tells it to run and not display this message? Also, once Ipublisher> "Run" it then gives a "Internet Explorer - Security Warning" - Thethere> could not be verified. Are you sure you want to run this software? Isthis> some code I can use that automatically tells it to run and not displayUnless you're in a controlled environment (intranet) it's not a good ideea> message?
to automaticaly execute the file (think about a page that positions your
mouse with javascript over a link and the same javascript activates the
link - would you want to have that file executed)? If you're on an intranet
then use an activeX control to download and execute the file automaticaly.
--
<mack />
Neculai Macarie Guest
-
Brittany2 #3
Re: File Download - Security Warning
Unless you're in a controlled environment (intranet) it's not a good ideea
to automaticaly execute the file (think about a page that positions your
mouse with javascript over a link and the same javascript activates the
link - would you want to have that file executed)? If you're on an intranet
then use an activeX control to download and execute the file automaticaly.
--
<mack />
I am on the intranet. Do you have any specific coding on using the activeX
control?
Brittany2 Guest
-
Neculai Macarie #4
Re: File Download - Security Warning
> I am on the intranet. Do you have any specific coding on using the
activeXI don't have an example, but the basic ideea would be:> control?
- with javascript pass the URL of the executable to the activeX control;
- activex: download file, execute.
--
<mack />
Neculai Macarie Guest



Reply With Quote

