Importing .exe file in a jsp page

Started by Quality Web Design, July 25, 2011, 10:02:12 AM

Quality Web Design

Can any give the code for importing a .exe file in a jsp page ??????  :)  :)

Webhelpforums

You probably have to specify exactly what you mean :)

You can on some servers have an executable installed which the webserver knows it should run to output e.g. HTML, e.g. a cgi-bin/Apache or ISAPI/ISS executable.

But you may also mean you want to have the functionality of an executable embedded directly into a website/webpage. Are you referring to Java Applet? That is probably the closest thing to what you want! :)


TechSEO360 | MicrosysTools.com  | A1 Sitemap Generator, A1 Website Analyzer etc.

Quality Web Design

To Webhelpforums:
      You are quite right I want to execute the .exe file on the webpage itself, on the web browser. When attach a .exe file on a .jsp page try to open it from the page itself, the browser is opening a new pop window which is telling to open the file separately or save the file, but I want it to run on the page itself, without any hindrance.
Still thanks a lot for your response.