
31/10/2006, 05:36
|
 | | | Fecha de Ingreso: octubre-2004 Ubicación: Orense
Mensajes: 292
Antigüedad: 21 años, 1 mes Puntos: 1 | |
| cuando ejecutas ese script??
supongo q lo habras metido en una funcion
<script>
function ejemplo(){
obj = document.f1.cedula;
if (obj.value=='')
obj.style.background = 'red';}
</script>
y luego llamarla no??
tb se me ocurre q le tengas un estilo aplicado al campo y no te cojea este...
espero ayudarte... |