function sendform(action,encoding) { document.form.method = "post"; document.form.action = action; fill=1; return true; }