JSP (Java Server Page) - JSP

 
Vista:

JSP

Publicado por Orlando Gautier (1 intervención) el 11/08/2010 21:12:18
Buenas tardes,

Soy novato programando con JSP, he programado mi primer arcivo index.jsp, este se ejecuta bien con IE8, pero al tratar de visualizarlo con Firefox, lo que veo es puro código.

El archivo tiene la siguiente programación:

<%@ page contentType="text/html; charset=iso-8859-1" language="java" import="java.sql.*" errorPage="" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>Sistema Académico - Administrativo - TLHECCA</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css">
<!--
.Estilo4 {
font-family: "Agency FB";
font-weight: bold;
color: #FFFFFF;
font-size: 18px;
}
.Estilo5 {
font-family: "Agency FB";
font-weight: bold;
color: #000000;
}
-->
</style>
</head>
<body>
<center>
<br>
<br>
<br>
<table style="width: 400px; height: 484px" height="484" cellspacing="2" cellpadding="2" width="400" border="2">
<tr>
<td height="40" colspan="2" background="img/insetop.gif"><div align="center" class="Estilo4">INICIO DE SESION </div></td>
</tr>
<tr>
<td colspan="2"><p align="center"><img src="img/iconses.gif" width="99" height="90"></p>
<p align="center"> </p></td>
</tr>

<form action="check.jsp">
<tr><td width="105"><div align="right"><span class="Estilo5">Login</span>: </div></td>
<td width="195"><div align="center">
<input type="text" name="login" value="" />
</div></td>
</tr><tr><td><div align="right"><span class="Estilo5">Password</span>: </div></td>
<td><div align="center">
<input type="password" name="pass" value="" />
</div></td>
</tr>

<tr><td colspan="2"><div align="center">
<input name="submit" witdh="200" type="submit" class="Estilo5" value="Entrar"/>
<br>
</div></td></tr>
</form>

<tr>
<td colspan="2"><img src="img/insebt.gif" width="300" height="40"></td>
</tr> </table>
</center>
</body>
</html>

Gracias por sus comentarios.
Valora esta pregunta
Me gusta: Está pregunta es útil y esta claraNo me gusta: Está pregunta no esta clara o no es útil
0
Responder