1186 Part V . Putting JavaScript to Work Faceless applets Until LiveConnect came along, Java applets were generally written to show off data and graphics to play a big role in the presentation on the page. But if you prefer to let an applet do the heavy algorithmic lifting for your pages while the HTML form elements and images (or Dynamic HTML facilities of newer browsers) do the user interface, you essentially need what I call a faceless applet. The method for embedding a faceless applet into your page is the same as embedding any applet: Use the