| Author |
not redirecting to servlet page
|
Megha Singhal
Ranch Hand
Joined: Feb 28, 2012
Posts: 133
|
|
when i am clicking on submit button it is not redirecting me to the SerRec page
in the footer of the page it is showing that it is redirecting to other page with values but actualy it is not performing any action.
|
 |
Stefan Evans
Bartender
Joined: Jul 06, 2005
Posts: 1008
|
|
You appear to have a nested form on your page. That would probably screw things up.
Don't nest <form> elements within eachother.
rather than using javascript to submit the form, I would recommend just using a standard input type="submit" button.
There is quite a bit of javascript on the page there for validation. Do any javascript errors show up when you click the button?
What does happen when you click the button?
Nothing?
Navigates to an error page?
|
 |
 |
|
|
subject: not redirecting to servlet page
|
|
|