Skip to main content
Participant
February 29, 2008
Question

Embedding an exsisting application

  • February 29, 2008
  • 3 replies
  • 260 views
I have made an application which I need to put on the internet. I need to embed it into a webpage OR make it so it is somehow in an Internet Explorer window.

Probably something like <embed> application = C:\program.exe size = 666 x 666</embed>?
That isnt real code, but I need something like it.

BTW, I am not a web programmer.
This topic has been closed for replies.

3 replies

Inspiring
March 3, 2008
poiuyd846d wrote:
> Then how would I do it? How could I run an application online?

What does it do?

Steve
Participant
March 2, 2008
Then how would I do it? How could I run an application online?
Inspiring
February 29, 2008
poiuyd846d wrote:
> I have made an application which I need to put on the internet. I need to embed
> it into a webpage OR make it so it is somehow in an Internet Explorer window.
>
> Probably something like <embed> application = C:\program.exe size = 666 x
> 666</embed>?
> That isnt real code, but I need something like it.
>
> BTW, I am not a web programmer.
>

You can't do what you want to, the web doesn't work like that.

Steve