View Single Post
Old 16-07-2005, 14:20   #2
eXeS
Senior Member
 
L'Avatar di eXeS
 
Iscritto dal: Mar 2004
Città: Parma
Messaggi: 5955
Codice:
<html>
<head>
<script>
function writeOpts() {
 var weekDay = new Array("Lunedì","Martedì","Mercoledì","Giovedì","Venerdì","Sabato","Domenica");

 for (int i=0; i<weekDay.length; i++) {
  document.writeln("<option>" + optArray[i]);
 }
}
</script>
</head>
<body>
<select name="aaa">
<script>writeOpts();</script>
</select>
</body>
</html>
Via javascript potresti intanto che ci sei, creare anche i tag select
__________________
case: phanteks eclipse 500a - cpu: 9800x3d - aio: arctic liquid freezer iii 360 - mobo: msi b650 gaming plus wifi - ram: g.skill flare x5 6000 cl30 - gpu: rtx 5080 fe - storage: samsung 980pro 1tb, 960 evo 500gb, 850pro 512gb - psu: enermax revolution d.f. x 850w
eXeS è offline   Rispondi citando il messaggio o parte di esso