Can JS submit name/vale pairs through a document.testform.submit(); ? or does it have to be submitted through the html tags, for example
It's plain simple using jQuery:
$.post(url, {"name":"value"})