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.