Would you like to see a neat Java applet?

How about a cute spinning dolphin?



This example shows how to display an HTML document inside a window created using JavaScript. By clicking on one of the above buttons, a window is created with an HTML file displayed inside (the first button displays the "animation.html" file, while the second one opens "dolphin.html"). In these examples, the HTML file is nothing more than a Java applet (LivingLinks) that performs animation and a simple line of JavaScript that sets the background color. However, you can display any Web page in a window using this technique.