// JavaScript Documentfunction validate() {	document.input_form.valid.value="valid"	document.input_form.submit()}