Disable run option

  • Thread starter Thread starter Grant Merwitz
  • Start date Start date
G

Grant Merwitz

Hi

I am currently offering a download of an executable.
This is linked directly through HTML:
<a href='/downloads/install.exe'>DOWNLOAD</a>

Now, we have some problems when a user clicks "RUN" and not "SAVE".

Is it possible to disable this run option?

TIA
 
Grant said:
Hi

I am currently offering a download of an executable.
This is linked directly through HTML:
<a href='/downloads/install.exe'>DOWNLOAD</a>

Now, we have some problems when a user clicks "RUN" and not "SAVE".

Is it possible to disable this run option?

TIA
No. This is done on the client side browser, so you won't have any
control over this.
 
you can zip it first. then the run open will open open it in zip.

-- bruce (sqlwork.com)
 

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

Back
Top