Mega Code Archive

 
Categories / JavaScript Tutorial / HTML Tags
 

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>