Ver Mensaje Individual
  #2 (permalink)  
Antiguo 11/02/2007, 18:37
Avatar de MaBoRaK
MaBoRaK
 
Fecha de Ingreso: abril-2003
Ubicación: La Paz - Bolivia
Mensajes: 2.003
Antigüedad: 21 años, 6 meses
Puntos: 35
Re: Verificar Javascipt Activo

loading........

yo lo haria asi

Código PHP:
<html>
<
head>
<
script type="text/javascript">
var 
det=function()
{
var 
spant=document.getElementById("bla");
    
spant.parentNode.removeChild(spant);
}
</
head>
<
body onload="det();">
<
span id="bla">NO TIENES JAVASCRIPT ACTIVADO</span>
</
body>
</
html
si no tiene javascript entonces el mensaje se quedara ahi y si tiene el mismo javascript removerá ese SPAN


connection closed.
__________________

Maborak Technologies