04/11/2009, 10:17
|
| | Fecha de Ingreso: octubre-2009 Ubicación: Caucasia-Antioquia
Mensajes: 87
Antigüedad: 15 años, 1 mes Puntos: 1 | |
Respuesta: Crear El KeyPrees... Si... Tu codigo sirve pero: mira mi codigo ahora... Y me entenderas...
ESTE BOTON TIENE LA IMAGEN POR DEFECTO DE LLAVES
CUANDO ES INCORRECTA LA CONTRASEÑA CAMBIA A SER UN CANDADO...
QUIERO QUE CUANDO SE INTRODUZCAN LETRAS CAMBIE LA IMAGEN... POR LAS LLAVES NUEVAMENTE...
<asp:ImageButton ID="BtnIngresar" runat="server" ImageUrl="~/imagen/Key.png"
onclick="ImageButton3_Click" />
EL PROBLEMA ES QUE LO QUE HACE... ESTA PARTE DE TU CODIGO ES ENVIARLE LA FUNCION A UN INPUT... AL QUE ESTA EN VERDE... CIERTO <html>
<head>
<script type="text/javascript">
function ponerLlaves()
{
document.getElementById('submit').style.background='url(images/demo-1.gif)';
}
</script>
YO NECESITO QUE SE HAGA LO MISMO PERO NO CON ESTE CONTROL SINO CON MI IMAGEBUTTON...
<input type="submit" id="submit" style="background-image:url(images/demo-2.gif)" />
eNTIENDES... Gracias por todo... Podrias ayudarme... Hay que modificar el javascript.... Creo |