Groups | Blog | Home
all groups > inetserver asp components > october 2003 >

inetserver asp components : Executable


Ozzie
10/18/2003 10:28:48 AM
I would like to create a link that will open an executable file (.exe or
..cmd). The application will open outside the browser but I want to link it
from within a browser. Recommendations? Thanks.

Ozzie

Adrian Forbes [ASP MVP]
10/21/2003 2:29:09 AM
Treat it like a normal url

<a href="yourapp.exe">click here</a>

The browser will ask to download or open. if the user clicks Open then it
is run as a normal exe; outside of your browser.

[quoted text, click to view]

AddThis Social Bookmark Button