Temat: Jak wysłać formularz w AJAX-ie?
...) +
50.
"&mytextarea2=" + encodeURI( document.getElementById("mytextarea2").value );
51.
makePOSTRequest('post.php', poststr);
52.
}
53.
</script>
54.
55.
56.
<form action=" javascript:get(document.getElementById('myform'));" name="myform" id="myform">
57.
<textarea id="mytextarea1">my test
58.
1
59.
2
60.
3
<script type="text/javascript">
function checkempty(theform){
var returnval=true //by...
Źródło: debian.linux.pl/showthread.php?t=15860