topical media & game development
professional-javascript-18-AppletExample3.htm / htm
<html>
<head>
<title>Applet Example</title>
<script>
function getMessageFromApplet(sMessage) {
alert("Applet says: " + sMessage);
}
</script>
</head>
<body>
<p>This page defines a function that is called by the applet once
it is loaded.</p>
<object type="application/x-java-applet" code="ExampleApplet3.class"
width="400" height="50" id="ExampleApplet">
<param name="mayscript" value="true" />
</object>
</body>
</html>
(C) Æliens
20/2/2008
You may not copy or print any of this material without explicit permission of the author or the publisher.
In case of other copyright issues, contact the author.