forse ho capito dove sta l'errore....
<form action="scriptmaga.php?login=<? echo $username; ?>&idsessione=<? echo $id; ?>" method="post"
target="finestra"
onsubmit = "window.open('scriptmaga.php?login=<? echo $username; ?>&idsessione=<? echo $id; ?>','finestra','width=650,height=400,scrollbars=ye s','toolbar= no');" >
Seleziona il cliente
:
<select name="user" style="font-family: Arial; font-size: 8 pt; font-weight: bold" size="1" onChange="submit();">
<option value="">Lista clienti : </option>
</form>
PUO' ESSERE CHE ONSUBMIT E ONCHANGE VADANO IN CONFLITTO??

Rispondi quotando