User Profile

Collapse

Profile Sidebar

Collapse
therjs
therjs
Last Activity: May 2 '06, 01:32 PM
Joined: Apr 30 '06
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • therjs
    replied to javascript document.form.submit()
    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.
    See more | Go to post

    Leave a comment:


  • therjs
    replied to javascript document.form.submit()
    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"
    ...
    See more | Go to post

    Leave a comment:


  • therjs
    started a topic javascript document.form.submit()

    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.
    See more | Go to post
    Last edited by therjs; Apr 30 '06, 04:29 AM.
No activity results to display
Show More
Working...