i have one question form as jsp page and in another jsp page i have check box.if check box is clicked that question form should get enabled else it should be disabled.thing is we can perform this in one system.but how to do the same in remote system.means,if i click the check box the remote user should not access the question form. how this can be reflected in another jsp page when i do such a changes in one jsp page. how to link this both jsp pages which are different modules in my project.
I understand that you have want to access two different pages in two different systems. If you check a check box in one jsp, the relevant question should be enable in other jsp. correct?
For this first you have to set a session varibale once click on the check box on one jsp. Second make the question jsp page as auto refersh with in every let say 5 secs. And check the session varibale to enable the relevant question.