sull'on change chiami una funzione js fatta cosi :
Codice PHP:
function inviaDati(){
var valore = document.mioform.tipo_pagamento.value;
window.location.href="x.php?pg='+valore";
}
sull'on change chiami una funzione js fatta cosi :
Codice PHP:
function inviaDati(){
var valore = document.mioform.tipo_pagamento.value;
window.location.href="x.php?pg='+valore";
}