Ciao Diddlina,
un modo potrebbe essere questo
codice:
<form onsubmit="if(this.NomeRadio[0].checked){this.action='pagina1.htm'}else{this.action='pagina2.htm'}">
<input type="NomeRadio" value="0" checked>
<input type="NomeRadio" value="1">