Bauke Scholtz wrote:As the input element is already inside a form, you don't need to know the form by id. Use this.form.submit().
Hmm, that's new to me. I've never heard that but surely I'll use this in the future
Bauke Scholtz wrote:But after all, this has essentially nothing to do with his initial question: printing the input value.
I thought this is his question. I got an idea because of this statement
R Sugan wrote:how can i transfer into next jsp page through selected radio button onclick event.