Click to See Complete Forum and Search --> : running a .exe file within an internet explorer


ImJusTaTribute
08-15-2009, 09:52 AM
Hi

I don't no much about .xml but i have done some programing and i was just wondering if you could run a .exe with xml. this would all be offline of course.
but is what i mean is you open internet explorer and it runs a .exe file within the internet explorer. so you would have the path to this .exe file in the xml code.

sounds weird cause you could just run it as a .exe but i'm doing this so its looks like its not running a .exe could some one tell me the code to run a .exe program within a internet explorer... thanks

justinbarneskin
08-15-2009, 01:30 PM
<input type="button" value="open Notepad" onClick="var w = new ActiveXObject('WScript.Shell'); w.run('notepad.exe'); return true;">