'code' Example : Applet : HTML : JavaScript DHTML examples (example source code) Organized by topic

JavaScript DHTML
C++
PHP
JavaScript DHTML Home »  HTML   » [  Applet  ]   
 



'code' Example

Please note that some example is only working under IE or Firefox.

    
<html>
<body>
<script language="javascript">
    document.getElementById("myApplet").code = "aipwave.class";
</script>
<applet id="myApplet" code="yourprogram.class" width="350" height="260">
    <param name=regcode   value="99999999">
    <param name=loading   value="1">
    <param name=image     value="yourimage.jpg">
    <param name=border    value="0">
    <param name=delay     value="50">
    <param name=url       value="none">
    <param name=maxscalex value="2.5">
    <param name=frames    value="10">
</applet>
</body>
</html>

    
      
      
Related examples in the same category
1.  'archive' Example
























Home| Contact Us
Copyright 2003 - 04 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.