PDA

View Full Version : Html ?



OUTLAWS WHOCARES
05-10-2003, 09:40 PM
I think it can be done in html.
Here is what I am trying to do.
Create a web page with an exe file on it.
What I want to happen if for the file to work on page load.
How can this be done? :WTF:

Slice
05-11-2003, 01:38 AM
What is it exactly that you are trying to run? Do you want this program to run server side or client side? Do you want to embed it in to the page?

OUTLAWS WHOCARES
05-11-2003, 01:49 AM
I want to embed it into the page.
When client clicks to open the page I want the program to run.
I am trying to run an exe file that has about a dozen pictures in it.

Slice
05-11-2003, 01:57 AM
Well usually an .exe file has to be downloaded by the client. There probably is an autoexecute script that can be embedded but then people might think you are trying to hack them. I would make it a downloadable link on the page instead of trying to get it to execute automatically. There are lots of open source java scripts that are real easy to install to a page that may do the same thing you are trying to do.

OUTLAWS WHOCARES
05-11-2003, 02:05 AM
Thanks for the info Slice. :thumbs:
I am gonna search for a java script that will do it.

JIMINATOR
05-11-2003, 02:40 AM
yeah, i think for something like that, you would have to use something like an activex control,
and it would have to go through the trust settings and so forth. not what you want to do.