Foros del Web » Programando para Internet » Javascript »

window.history showmodaldialog

Estas en el tema de window.history showmodaldialog en el foro de Javascript en Foros del Web. [QUOTE=didierpavajeau]ombre otra vez por que window.history no me arroja nada cuendo lo utilizo en un popup abierto con showmodaldialog en internet explorer en mozila si ...
  #1 (permalink)  
Antiguo 27/05/2005, 11:18
 
Fecha de Ingreso: noviembre-2004
Mensajes: 42
Antigüedad: 19 años, 5 meses
Puntos: 0
window.history showmodaldialog

[QUOTE=didierpavajeau]ombre otra vez
por que window.history no me arroja nada cuendo lo utilizo en un popup abierto con showmodaldialog en internet explorer
en mozila si me funciona bien

el codigo es este
paginamodal.htm
[HTML]
<html>
<script language="javascript">
function previus(){
h = window.history
if ( h.length ) // if there is a history
h.back(); // equivalent to clicking back button

}

function next(){
h = window.history;
if ( h.length ) // if there is a history
h.forward(); // equivalent to clicking back button
}
</script>
Atención: Estás leyendo un tema que no tiene actividad desde hace más de 6 MESES, te recomendamos abrir un Nuevo tema en lugar de responder al actual.
Respuesta




La zona horaria es GMT -6. Ahora son las 18:17.