Can JS submit name/vale pairs through a document.testform.submit(); ? or does it have to be submitted through the html tags, for example
Typically you include an in the form, and set the value you want in the event handler before it gets submitted.