
26/01/2004, 07:39
|
 | | | Fecha de Ingreso: octubre-2003
Mensajes: 373
Antigüedad: 21 años, 6 meses Puntos: 13 | |
para hacer eso sería:
<%if rs.eof then 'No ha encontrado nada%>
<body onload="document.getElementById('id_del_nombre').f ocus()">
<%else%>
<body>
<%end if%> |