Prova con le funzioni DOM:

var form = document.getElementById('form1');
form.action = 'pagina.aspx';
form.submit();

Ma non ho capito che è pag