multiple form submits works in ie not in netscape?
rich werth
Ranch Hand
Joined: Sep 21, 2001
Posts: 57
posted
0
Hello again I am having some trouble calling a servlet more than once. I am posting here first bcuz it doesn't get to the servlet more than once(doesn't call post method) What I am doing is grabbing a list it has x number of items in it and I am displaying them in a browser page 5 at a time. I am using a submit button in a form to do this <form name="form1" method="post" action="glControl"> <input type="submit" name="button" value="Next"> </form> This only works once, then it doesn't call the servlet again?? Why doesn't it? I get to go to page 2 and see items 6-10 and that's it. On other presses it just refreshes the screen. Works in IE but not in Netscape