Ver Mensaje Individual
  #2 (permalink)  
Antiguo 27/09/2005, 10:03
abieliseo
 
Fecha de Ingreso: febrero-2005
Mensajes: 125
Antigüedad: 19 años, 2 meses
Puntos: 0
Código PHP:
<body bgcolor="white">
<
h3Current time is : </h3>
<
jsp:plugin type="applet" code="Clock2.class" codebase="applet" jreversion="1.2" width="160" height="150" >
    <
jsp:fallback>
        
Plugin tag OBJECT or EMBED not supported by browser.
    </
jsp:fallback>
</
jsp:plugin>
<
p>
<
h4>
<
font color=red
The above applet is loaded using the Java Plugin from a jsp page using the
plugin tag
.
</
font>
</
h4>
</
body