![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
01/09/2005, 05:23
|
![Avatar de flaviovich](http://static.forosdelweb.com/customavatars/avatar111817_1.gif) | | | Fecha de Ingreso: agosto-2005 Ubicación: Lima, Peru
Mensajes: 2.951
Antigüedad: 19 años, 5 meses Puntos: 39 | |
function is1H() {
var curSelec = document.all.table.rows(1).cells(1).innerText;
var pattern = /1H/;
if (curSelec.search(pattern) < 0) return false;
else return true;
} |