Código HTML:
<table> <tr> <th></th> <th>Nombre</th> <th>Apellidos</th> <th>Tipo de Participante</th> </tr> <tr id='1'> <td><input type='checkbox'/></td> <td><input type='text' value='Rey Valentin' onFocus='this.blur()'/></td> <td><input type='text' value='Villagomez Lucio'onFocus='this.blur()'/></td> <td><input type='text' value='Comprador' onFocus='this.blur()'/></td> </tr> <tr id='2'> <td><input type='checkbox'/></td> <td><input type='text' value='Pedro ' onFocus='this.blur()'/></td> <td><input type='text' value='Gutierrez Aldama' onFocus='this.blur()'/></td> <td><input type='text' value='Operante' onFocus='this.blur()'/></td> </tr>
gracias