PDA

View Full Version : Embedding Files


chris
08-03-2001, 04:32 AM
Help !!

I need to embed an EXE into my intranet so that when the user wants to view this exe it will run. It is a mixture of quicktime, acrobat all in one (it a health and safety manual). Can this be done ??

Thanks in advance
Chris

cloud9
08-03-2001, 07:42 AM
You can't run an exe without security prompts. You will get the run from location/save to disk and other dialogs, to have it this way just do a standard link to the file. You might consider using the .hta format as opposed to .html, as this has less security precautions, but it only works in IE.


any other ideas?


c9