Visualizzazione dei risultati da 1 a 2 su 2

Discussione: On key press?

  1. #1

    On key press?

    Aplicazione *solo* per IE.

    Come catturo l'evento di scrittura in un <input type='text'>?

    onKeyPress?

    grazie

  2. #2
    certo .. guarda
    codice:
    <html>
    <head>
    <script>
    function saluta(){
    	alert("Ciao");
    }
    </script>
    <body>
    <input type="text" onKeyPress="saluta()" />
    </body>
    </html>
    I amar prestar aen, han mathon ne nen, han maton ne chae a han noston ne 'wilith

Permessi di invio

  • Non puoi inserire discussioni
  • Non puoi inserire repliche
  • Non puoi inserire allegati
  • Non puoi modificare i tuoi messaggi
  •  
Powered by vBulletin® Version 4.2.1
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved.