Hora y texto en la barra de estado
mira abajo
copiar dentro del
<html>
<head>
_________________
<script language="JavaScript">
<!--
mensaje=" |======| .:msi moya:. "
function hora() {
var h = new Date();
window.status="|======| "
+ h.getHours() +":"+ h.getMinutes() +"" +mensaje ;
window.setTimeout('hora()',100);
}
hora()
//-->
</script>
______________
</head>