0

Is there any way to manipulate, from an Applet, the DOM of a HTML page that hosts that applet? When a say manipulate, i want, for example, to create new elements in the HTML's page

Lucas
  • 3,059
  • 5
  • 33
  • 48

1 Answers1

1

This tutorial might help you: Manipulating DOM of Applet's Web Page

Michael
  • 34,873
  • 17
  • 75
  • 109