JSP (Java Server Page) - auxilio ayudameeee

 
Vista:

auxilio ayudameeee

Publicado por ana (6 intervenciones) el 06/10/2006 15:27:40
buenos días, mi inconveniente radica en lo siguiente:

me sale este error

linea: 2
car: 1
error: caracter no valido
código: 0
url: http://carlosmedinaser:8080/salud/index.jsp

y voy y miro en el codigo la linea dos y es la de <html>

<%@ page contentType="text/html; charset=iso-8859-1" language="java" import="java.sql.*, javax.sql.*, javax.naming.*, java.lang.*, java.util.*" errorPage="" %>
<html>
<head>

<title>: : : Secretaría de Salud de Medellín : : : Compromiso de toda la ciudadanía: : : www.medellin.gov.co/salud/ : : :</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<script href="script/validar.js" src="script/validar.js"></script>
<script language="JavaScript" type="text/JavaScript">
<!-- aca viene la funcion la ventana emergente -->
function MM_reloadPage(init) { //reloads the window if Nav4 resized
if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
function MM_openBrWindow(theURL,winName,features) { //v2.0
window.open(theURL,winName,features);
}
MM_reloadPage(true);
</script>

<!-- aca viene la funcion para la fecha -->
<script language = "javascript" type="text/javascript">
<!--
today = new Date
weekDayName = new Array ("Domingo","Lunes","Martes","Miércoles","Jueves","Viernes","Sábado")
monthName = new Array ("Enero","Febrero","Marzo","Abril","Mayo","Junio","Julio","Agosto","Septiembre","Octubre","Noviembre","Diciembre")
function printDate()
{
document.write(weekDayName[today.getDay()]+ " " + today.getDate() + " de " + monthName[today.getMonth()] + " de " + today.getYear())
}
-->
</script>

<link href="file:///C|/Archivos%20de%20programa/Apache%20Group/Tomcat%204.1/webapps/salud_mia/obj/js/StylesAlcaldia.css" rel="stylesheet" type="text/css">
<script type="text/javascript" src="file:///C|/Archivos%20de%20programa/Apache%20Group/Tomcat%204.1/webapps/salud_mia/obj/js/dmg.js"></script>
<!-- <script type="text/javascript">mmLoadMenus();</script> -->
<script type="text/javascript" src="file:///C|/Archivos%20de%20programa/Apache%20Group/Tomcat%204.1/webapps/salud_mia/obj/js/mm_menu.js"></script>
<script language="JavaScript" type="text/JavaScript">
<!--


function MM_reloadPage(init) { //reloads the window if Nav4 resized
if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);
//-->
</script>
<link href="file:///C|/Archivos%20de%20programa/Apache%20Group/Tomcat%204.1/webapps/salud_mia/Templates/estilo9" rel="stylesheet" type="text/css">
<link href="file:///C|/Archivos%20de%20programa/Apache%20Group/Tomcat%204.1/webapps/salud_mia/Templates/subtitulo" rel="stylesheet" type="text/css">
<link href="file:///C|/Archivos%20de%20programa/Apache%20Group/Tomcat%204.1/webapps/salud_mia/Templates/subtitulo2" rel="stylesheet" type="text/css">
<link href="file:///C|/Archivos%20de%20programa/Apache%20Group/Tomcat%204.1/webapps/salud_mia/Templates/letradocumentopeq" rel="stylesheet" type="text/css">
<style type="text/css">
<!--
@import url(file:///C|/Archivos%20de%20programa/Apache%20Group/Tomcat%204.1/webapps/salud_mia/Templates/HojaEstilosIndex);
-->
</style>
<link href="Templates/HojaEstilosIndex" rel="stylesheet" type="text/css">
</head>
....
.....
....
....
</body>
</html>

al que me pueda ayudar mil y mil gracias....
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

RE:auxilio ayudameeee

Publicado por neossoftware (70 intervenciones) el 12/10/2006 16:10:39
Pues si esta bastante raro este errorcin ;)

Saludos
Valora esta respuesta
Me gusta: Está respuesta es útil y esta claraNo me gusta: Está respuesta no esta clara o no es útil
0
Comentar