Steve
Thu Nov 01 16:05:52 PDT 2007
You can't launch an executable using a link in a browser window.
You can link to a file that will cause an executable to be launched,
such as a pdf, word doc etc, if the file extension is recognized by the
machine and the appropriate program is installed.
--
Steve Easton
Microsoft MVP FrontPage
FP Cleaner
http://www.95isalive.com/fixes/fpclean.htm
Hit Me FP
http://www.95isalive.com/fixes/HitMeFP.htm
"TheCodeGuy361" <tyler.ingersoll@gmail.com> wrote in message
news:1193932438.717781.215010@o3g2000hsb.googlegroups.com...
> Hello,
>
> I am working on an HTML page that is running from the company
> Intranet.
>
> One of the main purposes is to click on a link that opens an EXE file
> with dependencies (*.cfg and *.txt files). I know that MSIE opens a
> copy of the EXE in memory and the dependencies are not present, thus
> the EXE does not work.
>
> My question is this: Is there any way around this limitation? Can I
> set MSIE to open the EXE outside of MSIE? Can I load the dependant
> files into memory too?
>
> Thanks in advance!
>