Accessing the Method of an Applet Object
|
|
<html> <applet name="calculator" code="calculator.class" width=50 height=50></applet> <script language="JavaScript"> <!-- document.write("2+5=",calculator.add(2,5); --> </script> </html>
|
|
|
HTML code for linking to this page:
Related in same category :
-
|