[SOLVED] Inserting networking Applet to website?

Hi!

I’m told Applets are only able to communicate from where they originated! If this is correct, the Applet should be able to communicate with a simple listening server on the same host from where it was downloaded. Right?

Now the situation is that I have a VPS where I’ve my listening program and I could easily upload my Applet there. However, can another website reference this Applet inside the tags? Ie, not hosting the applet but referencing it, so that the applet could communicate with my VPS?

Any insights appreciated!

Thanks,
jon

iframe

It works!

As long as you put your Applet, and only your applet, in the source html you should be golded.

Thanks^^