ho creato una funzione js che richiamo nel body onload:
<script>
function imposta_select(){
document.getElementById('ID_SELECT').selectedIndex = 6;
document.getElementById('ID_SELECT2').selectedInde x = 20;
}
</script>
<body bgcolor="#88A3B3" text="#000000" onload="imposta_select();">
sembra funzionare....

Rispondi quotando