Re: OT: EXE files in HTML?



On Sun, 31 Jul 2005 13:35:16 GMT, Bob Cunningham
<exw6sxq@xxxxxxxxxxxxx> wrote:

>
>I would like to be able to put an EXE file at my Web site
>and have it executable by users through their browsers. Is
>there a way to do that, say by using JavaScript? (My
>experience with JavaScript has been quite limited.)
>
>The reason I want to do that is that I have a software
>package that will construct a slide show containing a group
>of JPG files. I would like to make one of those slide shows
>available on my Web site.
>
>I think I could make an EXE file available using FTP, but I
>would rather make it more directly available.
>
>I will greatly appreciate any help anyone cares to give me.
>

Nobody in his right mind would let their browser download an .exe
and execute it. That's how you run up nasty infections.

If all you want to do is have the user go to a starting page and
then transition automatically after a set time period (e.g. 5 seconds)
to another page and so on and so on, it can be done completely
in HTML - no javascript, no applets, no nothing...

For details on how to do this, google on the terms "meta" and
"refresh" , the first link I get for this gives a fairly succinct
explanation at

http://webdesign.about.com/cs/metatags/a/aa080300a.htm


Jitze
.



Relevant Pages

  • Re: OT: EXE files in HTML?
    ... I would like to make one of those slide shows ... > available on my Web site. ... > I think I could make an EXE file available using FTP, ... Do you want the exe to download and execute on the user's PC or is it ...
    (alt.usage.english)
  • Re: OT: EXE files in HTML?
    ... >I would like to be able to put an EXE file at my Web site ... >and have it executable by users through their browsers. ... >there a way to do that, say by using JavaScript? ...
    (alt.usage.english)
  • Re: How can I set an app to autorun?
    ... and execute it with Task Scheduler, unless you want to run an executable directly. ... that it compiles to .exe file. ... To build a Windows Service check out the following: ... For the timer, take a peek at the Timer class in the System.Timers ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: OT: EXE files in HTML?
    ... >> slide shows available on my Web site. ... >> I think I could make an EXE file available using FTP, ... I would hope that it would download temporarily and execute ... picture", but I suppose that could be it. ...
    (alt.usage.english)
  • Re: How can I set an app to autorun?
    ... I was able to create a .exe file and execute ... and execute it with Task Scheduler, unless you want to run an executable directly. ... For the timer, take a peek at the Timer class in the System.Timers ...
    (microsoft.public.dotnet.framework.aspnet)