function refresh_form(form_name) { form_name.action.value = 'refresh'; form_name.submit(); return true; }