Ver Mensaje Individual
  #6 (permalink)  
Antiguo 16/08/2008, 03:52
txiti
 
Fecha de Ingreso: junio-2008
Mensajes: 168
Antigüedad: 15 años, 10 meses
Puntos: 0
Respuesta: problema con Applet!

<%@ page contentType="text/html; charset=iso-8859-1" language="java" import="java.sql.*" import="gestionacademica.*" errorPage="" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>Documento sin t&iacute;tulo</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>

<body>
<p>
<applet code="Dibujar.java" codebase = ".." width="32" height="32">
</applet>
</p>
</body>
</html>