User Profile
Collapse
-
well, i think that i need to set up the receiving servlet to handle an array of values, rather than trying to submit the form multiple times. -
document.form.s ubmit() code
...Code:function doVote() { var index = 0; index = document.f1.numVoteItems.value; document.f1.action="../Parts/GeneralInfo"; document.f1.actionName.value = "DOVOTE"; var yesRadio; var noRadio; var j = 1; for (var i = 0; i < index; i++) { eval("yesRadio=document.f1.YesRadio"Leave a comment:
-
javascript document.form.submit()
i am trying to submit the form multipple times
within a loop, if i have an alert() coded, it works,
but, when i take the alert() out, it only does the submit the last time through the loop.Last edited by therjs; Apr 30 '06, 04:29 AM.
No activity results to display
Show More
Leave a comment: