Ver Mensaje Individual
  #5 (permalink)  
Antiguo 11/12/2002, 04:38
Avatar de CORE
CORE
Usuario no validado
 
Fecha de Ingreso: abril-2002
Ubicación: Merida
Mensajes: 2.165
Antigüedad: 22 años
Puntos: 3
asi??


<script language="JavaScript" type="text/JavaScript">
function notoy(msgStr) {
status=msgStr;
document.regreso = true;
}
</script>
</head>
<body>
<a href="#" onMouseOver="notoy('NO ME VES');return document.regreso">Hola</a></p>