Esiste un comando per forzare il "focus" su un determinato campo.. tipo box testo o menù a tendina?
Esiste un comando per forzare il "focus" su un determinato campo.. tipo box testo o menù a tendina?
Intendi che quando viene caricata la pag il campo deve prendere il focus?codice:<html> <head> <script> function c(){ document.getElementById("voglioilfocus").focus(); } </script> </head> <body onLoad="c()"> <input id="voglioilfocus" type="text"> </body> </html>
Only the good die young
all the evil seem to live forever
:metallica
perfetto
Garzie mille
Se non ci foste voi...