Ver Mensaje Individual
  #2 (permalink)  
Antiguo 28/09/2008, 15:23
Avatar de ZiTAL
ZiTAL
 
Fecha de Ingreso: marzo-2004
Ubicación: Bermio (Bizkaia)
Mensajes: 1.545
Antigüedad: 20 años, 3 meses
Puntos: 62
De acuerdo Respuesta: Guardar el contenido de body en una variable

Código:
function modal()
{
	var body = document.getElementsByTagName('body')[0];
	var bodytemp = body.cloneNode(true);
	removeAllChilds(body);
	body.parentNode.replaceChild(bodytemp, body);
}
function removeAllChilds(a)
{
	while(a.hasChildNodes())
		a.removeChild(a.firstChild);
}
YEAH!!!! ;)
__________________
http://zital.no-ip.org
____________________

Euskerie ahuen eta bijotzan