'code' specifies the URL for the compiled Java class file : code : Object Attributes HTML CSS TUTORIALS


HTML CSS TUTORIALS » Object Attributes » code »

 

'code' specifies the URL for the compiled Java class file



    
<HTML>
<head>
<Title>Example For code</Title>
</head>
<BODY>
<applet id="myjavaclass" 
        code=yourjava.class 
        width=350 
        height=260>
        <param name="param1" value="1">
        <param name="param2" value="2">
</applet>
</BODY>
</HTML>  
    
      
      



HTML code for linking to this page:

Follow Navioo On Twitter

HTML CSS TUTORIALS

 Navioo Object Attributes
» code