HTML Help Forum HTML Help
Please Search for the answer to your question before asking it! Thanks.
 

Run application automatically when user visits a web page
Post a Reply to this Topic Ask a New Question
Click here to go to the original topic
       HTML Help Forum -> General HTML
View previous topic :: View next topic  
Author Message
Gennady46



Joined: 07 Nov 2009
Posts: 2

Posted: Sat Nov 07, 2009 6:38 pm     Run application automatically when user visits a web page  

Hi, I tried sevel methods of running .exe file automatically when user visits a page. But nothing seemed to work.

One of them was CGI method.
Here I have appl.exe file. So I renamed to appl.cgi
Uploaded to http://website/myfolder/appl.cgi folder

then used html on a page:

<action="http://website/myfolder/appl.cgi">

Now, it is suppose to load it automatically, but it does not. Can anyone tell me how to achieve this?
Or tell me other methods with examples.
Thanks in advance, G.G.
PayneLess Designs



Joined: 28 Feb 2007
Posts: 4289
Location: MS

Posted: Sun Nov 08, 2009 5:22 am      

For safety reasons, browsers will not automatically run an executable without providing lots of the normal warnings or triggering the "download file" function.

NO ONE wants their browsers to run executables on page load. You could easily infect a computer that way if browsers didn't have the built in safe guards.

Now, with all that said, :P:

Launch-in-IE Web pages can start applications. Securely.
 
 
DARFUR
HOSTING / DESIGN
MAKE MONEY

       HTML Help Forum -> General HTML
Page 1 of 1


Powered by phpBB Search Engine Indexer
Powered by phpBB 2.0.19 © 2001, 2002 phpBB Group