Ver Mensaje Individual
  #10 (permalink)  
Antiguo 09/07/2009, 14:13
Avatar de towel
towel
 
Fecha de Ingreso: marzo-2009
Mensajes: 101
Antigüedad: 15 años, 2 meses
Puntos: 0
Respuesta: Como aliniar diseño en mozila firefox coo en el explorer

y este es el de function que hace el cargue y el ellace

Cita:
function contenido_ver(idcontenido)
{
if( (idcontenido == null) || (idcontenido == "") ){
idcontenido = 1;
}
valores = 'idcontenido='+idcontenido;
//valores += '&nombre1='+document.getElementById("nombre1").val ue;
//alert(valores);
ajax = nuevoAjax();
ajax.open("POST", "./contenido_ver.php", true);
ajax.onreadystatechange = function()
{
if (ajax.readyState == 1)
{
document.getElementById("tdcontenido").innerHTML = "<img src='./../images/loading2.gif' border='0'>";
}
if (ajax.readyState == 4)
{
document.getElementById("tdcontenido").innerHTML = ajax.responseText;
//alert(innerHTML=ajax.responseText);
}
}
ajax.setRequestHeader("Content-Type", "application/x-www-form-urlencoded; charset=UTF-8");
ajax.send(valores);//*/
}

espero que me puedan entender los iframe las rutas las guardo en una BD
y son asi
<iframe src="paginas/index_contenido.php" width="999" height="1615" frameborder="0" SCROLLING="no" ></iframe>