No puedo ver el menu en java insertado
Publicado por txetxo (3 intervenciones) el 27/12/2006 08:54:50
Hola Amigos
Tengo un problemilla, estoy intentado insertar un archivo .js en una celda de una tabla, que esta en un marco, pero no consiguo verla, el codigo es el siguiente:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>Documento sin título</title>
<script type="text/javascript" language="JavaScript1.2" src="stmenu.js">
<!--
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>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css">
<!--
body {
background-color: #6BB2EF;
}
-->
</style></head>
<body>
<table width="595" border="1" align="center">
<tr>
<td bgcolor="#FFFFFF"><img src="../logo.gif" width="95" height="95"></td>
<td bgcolor="#FFFFFF"><div align="center"><img src="../Titulo.jpg" width="543" height="100"></div></td>
</tr>
<tr bgcolor="#FFFFFF">
<td height="32" colspan="2"><div align="center">
<SCRIPT language="javascript" src="../Menu.js" type="text/javascript"></SCRIPT>
</div></td>
</tr>
</table>
<p> </p>
<p>
</p>
</body>
</html>
No se donde esta el fallo, por muchas pruebas que hago el menu.js sigue sin verse.
¿Alguien me puede echar una mano?
Gracias de antemano.
josetxo
Tengo un problemilla, estoy intentado insertar un archivo .js en una celda de una tabla, que esta en un marco, pero no consiguo verla, el codigo es el siguiente:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>Documento sin título</title>
<script type="text/javascript" language="JavaScript1.2" src="stmenu.js">
<!--
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>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css">
<!--
body {
background-color: #6BB2EF;
}
-->
</style></head>
<body>
<table width="595" border="1" align="center">
<tr>
<td bgcolor="#FFFFFF"><img src="../logo.gif" width="95" height="95"></td>
<td bgcolor="#FFFFFF"><div align="center"><img src="../Titulo.jpg" width="543" height="100"></div></td>
</tr>
<tr bgcolor="#FFFFFF">
<td height="32" colspan="2"><div align="center">
<SCRIPT language="javascript" src="../Menu.js" type="text/javascript"></SCRIPT>
</div></td>
</tr>
</table>
<p> </p>
<p>
</p>
</body>
</html>
No se donde esta el fallo, por muchas pruebas que hago el menu.js sigue sin verse.
¿Alguien me puede echar una mano?
Gracias de antemano.
josetxo
Valora esta pregunta


0