function changeform22(i,t,f,a) { document.getElementById(t).value = i; document.getElementById(f).action = a; document.getElementById(f).submit(); } function selectedCreate(a) { document.getElementById('takenAction').value = a; document.getElementById('createParForm').submit(); } function submitformConfirm(a) { document.getElementById('takenAction').value = a; document.getElementById('confirmParForm').submit(); } function submitformShowall(a) { document.getElementById('selectedParavoloId').value = a; document.getElementById('paravolaForm').submit(); } function submitformShowparavolo(a) { document.getElementById('paravoloAction').value = a; document.getElementById('paravolaActionForm').submit(); } function submitformSearchPost() { document.getElementById('searchForm').action = "search.htm"; document.getElementById('searchForm').submit(); } function submitformSearchDetailedPost() { document.getElementById('searchForm').action = "searchDetailed.htm"; document.getElementById('searchForm').submit(); } function submitformSearchDetailed(form) { document.getElementById('takenAction').value = ''; form.submit(); } function showParavoloPrintPdfPost() { document.getElementById('viewPostForm').action = "showParavoloDownloadPdf.htm"; document.getElementById('viewPostForm').submit(); }