SubmitForm

Aus Programmers Guide

(Unterschied zwischen Versionen)
Wechseln zu: Navigation, Suche
K (Die Seite wurde neu angelegt: „<source lang="javascript"> <script type="javascript"> function submitForm(value){ document.forms[0].action=value; document.forms[0].submit(); } </script> </sour…“)
 
Zeile 6: Zeile 6:
}
}
</script>
</script>
-
</source>
+
</source>  
 +
 
 +
[[Category:Funktionen]][[Category:Javascript]][[Category:Snippet]]

Aktuelle Version vom 12:30, 6. Apr. 2010

<script type="javascript">
function submitForm(value){
	document.forms[0].action=value;
	document.forms[0].submit();
}
</script>
Persönliche Werkzeuge