ciao a tutti,
comeposso gestire lasequenza del tasto tab?
Grazie mille![]()
ciao a tutti,
comeposso gestire lasequenza del tasto tab?
Grazie mille![]()
tabindex="<un numero>" penso.
Ridatemi i miei 1000 posts persi !!!!
Non serve a nulla ottimizzare qualcosa che non funziona.
Cerco il manuale dell'Olivetti LOGOS 80B - www.emmella.fr
ho fatto cosi ma sembra non funzionare
codice:<input name="base" type="text" tabindex=0 id="base" style="width:40px; height:20px; font-family:tahoma; font-size:11px " value="<?php echo $_GET['base']; ?>" size="5"> <input name="altezza" type="text" tabindex=1 id="altezza" style="width:40px; height:20px; font-family:tahoma; font-size:11px " value="<?php echo $_GET['altezza']; ?>" size="5">
![]()
prova a non mettere 0.
Ridatemi i miei 1000 posts persi !!!!
Non serve a nulla ottimizzare qualcosa che non funziona.
Cerco il manuale dell'Olivetti LOGOS 80B - www.emmella.fr
perfetto!!
un'altra piccola cosina
come faccio a dare il fuoco appena carico la pagina questo campo
codice:<input name="altezza" type="text" tabindex=1 id="altezza" style="width:40px; height:20px; font-family:tahoma; font-size:11px " value="<?php echo $_GET['altezza']; ?>" size="5">
![]()
Cosi
codice:<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <title>Untitled</title> <script language="JavaScript" type="text/javascript"> <!-- function pippo() { document.getElementById('base').focus(); } //--> </script> </head> <body onload="pippo()"> <input name="base" type="text" tabindex="1" id="base" style="width:40px; height:20px; font-family:tahoma; font-size:11px " value=" " size="5"> <input name="altezza" type="text" tabindex="3" id="altezza" style="width:40px; height:20px; font-family:tahoma; font-size:11px " value=" " size="5"> <input name="altezza" type="text" tabindex="2" id="altezza" style="width:40px; height:20px; font-family:tahoma; font-size:11px " value=" " size="5"> </body> </html>
Ridatemi i miei 1000 posts persi !!!!
Non serve a nulla ottimizzare qualcosa che non funziona.
Cerco il manuale dell'Olivetti LOGOS 80B - www.emmella.fr
ok ma sicuramente non mi sono espressa bene![]()
io vorrei che tutto cio che è scritto in quel campo al load fosse selezionato
:master:
codice:<script language="JavaScript" type="text/javascript"> <!-- function pippo() { document.getElementById('base').focus(); document.getElementById('base').select(); } //--> </script>
Ridatemi i miei 1000 posts persi !!!!
Non serve a nulla ottimizzare qualcosa che non funziona.
Cerco il manuale dell'Olivetti LOGOS 80B - www.emmella.fr
OK perfetto!!!!![]()
Grazie mille!!![]()