Ver Mensaje Individual
  #8 (permalink)  
Antiguo 24/01/2011, 12:11
Avatar de raxper
raxper
 
Fecha de Ingreso: enero-2010
Ubicación: ------
Mensajes: 472
Antigüedad: 14 años, 4 meses
Puntos: 2
Respuesta: Cambiar campo de texto según texto :D

Perr0
aquí les muestro que le hize xP
Código Javascript:
Ver original
  1. <script>
  2. function cambiar1(){if(capturar.style.background =="url(http://www.google.com/coop/intl/it/images/google_custom_search_watermark.gif)"){capturar.style.background=""} }
  3. function cambiar2(){if(capturar.value==""){capturar.style.background ="url(http://www.google.com/coop/intl/it/images/google_custom_search_watermark.gif)"} }
  4. </script>
  5. <input type="text" style="background:url(http://www.google.com/coop/intl/it/images/google_custom_search_watermark.gif); width:280px;" onclick="cambiar1()" onblur="cambiar2()" id="capturar" name="capturar">
__________________
/^sleep:\/\//;