May 19, 2003 #1 TheConeHead Programmer Joined Aug 14, 2002 Messages 2,106 Location US is it possible to embed an .exe into a web page?
May 19, 2003 #2 jimoblak Instructor Joined Oct 23, 2001 Messages 3,620 Location US An EXE referenced in a web page will either be downloaded or run, depending on the user's preference. - - picklefish - - Upvote 0 Downvote
An EXE referenced in a web page will either be downloaded or run, depending on the user's preference. - - picklefish - -
May 19, 2003 #3 dwarfthrower Programmer Joined Apr 22, 2003 Messages 1,625 Location AU However if you want executable code to run within and interact with the web page, you'll need either a Java applet or an Activex object. Upvote 0 Downvote
However if you want executable code to run within and interact with the web page, you'll need either a Java applet or an Activex object.