-
Simple Form Help
Hello i dont know if i putted this in the right area but im searching for people that can make me a form something based on the image below ( maybe something when selected the checkboxes of choice when hitting submit the download links will be enabled )
http://javaprogrammingforums.com/jav...ges/formsz.jpg
Thanks im gona learn java soon :D
-
Re: Simple Form Help
On click of the check box submit the form using java script submit() method.Then the control will go to your action class or
servlt. Do coding there to put the needed values in to scope(Sessson,request etc.) and then redirect the control to your next
page.