Cancella Input su Focus





' Cancella campo di input su Focus



<!-- When the input field gets focus, replace its current value with an empty string -->
<input type="text" onfocus="this.value=''" value="Blabla">










( cancellainputsufocus.html )- by Paolo Puglisi - Modifica del 17/12/2023