PDA

View Full Version : Need Help on how to call an exe file in HTML


Tadpole
09-30-2002, 07:34 AM
I'm new to HTML and I need to run an executable on the end users machine via HTML. Can anyone tell me how to do this?

-TheDarkEye-
09-30-2002, 03:36 PM
you cant do that. which is a GOOD thing.

EnwTheGood
09-30-2002, 03:38 PM
Just make a link (i.e. <A HREF="thefile.exe">Click Here</A>). It won't happen automatically, though. The user must choose "open" to load the program.

Ghandi Eximius
10-01-2002, 07:05 PM
if you could open a hyperlink that links to an exe people could do some very interesting things with onLoad links. Its a huge security issue