Solo funcina en local

Buenas, a ver si me puedes ayudar. He creado una funcion que lo que hace es abrirme una nueva pantalla sin barras de desplazamietno y sin la barra de windows, vcamos aber la ventana completa.
el porblema es que en local funciona, pero cuando la subo al servidor no.
esta es el codigo:
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css">
a:link {
    text-decoration:none;
    font-family: Garamond, "Times New Roman";
    font-size: 14px;
    color: #FFFFCC;
    font-weight: bold;
    white-space: normal;
}
a:visited {
    text-decoration:none;
    font-family: Garamond, "Times New Roman";
    font-size: 14px;
    color: #FFFFCC;
    font-weight: bold;
}
a:hover{
    text-decoration:none;
    font-family: Garamond, "Times New Roman";
    font-size: 14px;
    color: #FFFFCC;
    font-weight: bold;
}
a:active{
    text-decoration:none;
    font-family: Garamond, "Times New Roman";
    font-size: 14px;
    font-weight: bold;
    color: #FFFFCC;
}
</style>
<script language='JavaScript'>
function openVFStretchScroll(page, endWidth, endHeight, name)
{
  windowprops="width="+endWidth+",height="+endHeight+",left=" + ((screen.endWidth) / 2) + ",top=" + ((screen.endHeight) / 2) + ",scrollbars=0,location=0";
  w = window.open(page,name,windowprops);
  if (w != null)  
    w.focus();  
}
</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>
</head>
<body bgcolor="#004800" >
<div id="Layer3" style="position:absolute; left:804px; top:404px; width:120px; height:44px; z-index:4">
  <a href="http://contador-de-visitas.com">Contador de visitas<img style="border: 0px solid ; display: inline;" alt="contador de visitas"
src="> </div>
<p><font color="#FFFFFF"></font></p>
<div id="Layer1" style="position:absolute; left:481px; top:480px; width:101px; height:40px; z-index:3">
<div align="center"><font color="#FFFFFF"> <a href="javascript:openVFStretchScroll('creditos.htm',1024,768,'mercedes')" >CRÉDITOS</a></font>
    </div>
</div>
<div id="Layer2" style="position:absolute; left:341px; top:400px; width:380px; height:42px; z-index:2" align="center">
<table width="100%" border="0" cellpadding="3">
<tr>
<td width="25%" align="center"><a href="javascript:openVFStretchScroll('espanol/index.htm',1024,768,'mercedes')" ><img src="imagenes/banderaesp.jpg" width="60" height="37,5" border="0" title="Español"></a></td>
<td width="25%"align="center"><a href="javascript:openVFStretchScroll('ingles/index.htm',1024,768,'mercedes')"><img src="imagenes/banderagb.jpg" width="60" height="37,5" border="0" title="Ingles"></a></td>
<td width="25%"align="center"><a href="javascript:openVFStretchScroll('frances/index.htm',1024,768,'mercedes')"><img src="imagenes/banderafr.jpg" width="60" height="37,5" border="0" title="Fraces"></a></td>
<td width="25%"align="center"><a href="javascript:openVFStretchScroll('aleman/index.htm',1024,768,'mercedes')"><img src="imagenes/banderaal.jpg" width="60" height="37,5" border="0" title="Aleman"></a></td>
</tr>
</table>
</div>
<img src="imagenes/Primera.png" width="1024" height="368" >
</body>

1 Respuesta

Respuesta
1
Intentaste ver en Firefox, ¿qué error te da?
Marcelo
tampoco me funciona!!!! XQ!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
Pero te has fijado si te da algun error ( herremientas -> Consola de Errores, ¿ctrl+shift+j el método abreviado) en firefox?
error ninguno, me da advertencias.
una cosa q no entiendo. si entras en la pagina que es: www.celtiberica.com si entras oin el IE si vas al apartado de Museos, y desplegas todas las comunidades qeu hay no caben en la pagina, pero si la abres en Firefox si que cabe, pq????
gracias
Eso es poruq el IF y el FF tiene diferente valores para el padding (por defecto). Intentá setear un padding fijo para los ul y li, y eso debería solucionarlo.
no te entiendo, me lo puedes aclarar??? debo saber cuanto antes si funciona o no para decirselo a mi gefe. gracias
Disculpa la demora, estuve fuera de la ciudad por unos dias. El padding es un atributo del css, eso deberìas verificar.

Añade tu respuesta

Haz clic para o

Más respuestas relacionadas