jsp in javascript

Posted by Pavalesh on Stack Overflow See other posts from Stack Overflow or by Pavalesh
Published on 2011-01-17T02:45:07Z Indexed on 2011/01/17 2:53 UTC
Read the original article Hit count: 198

Filed under:
|
|

hi

I've created a jsp page. In that when i select 1 check-box or both check-box or none, the corresponding text-boxes and list-box must be displayed in the same page.

For that i tried of calling a javascipt function when i click the checkbox. The javascript function contain code to display the textboxes. But it didn't work.

Since I'm doing this project in struts, I don't know how to get check-box value. And calling of JavaScript function works. But didn't enter into jsp code in JavaScript function.

© Stack Overflow or respective owner

Related posts about JavaScript

Related posts about jsp