I know that you can launch an application by a browser with the following line of code but it displays the application as a new window. What I am looking for is how do you get an application to display within the browser window? It doesn't have to be Notepad. Any application will work fine because right now I am just working on a proof of concept. I will probably end up writing a small c# application to do what I need to. Any information is helpful.
Here is the code I have:
<a href="c:\windows\Notepad.exe"
type="application/octet-stream">Launch Notepad</a>
Edit:
Lets say it can only launch outside of the browser is there a way to pass information to a application? Any information would be helpful. Thanks.