• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

using check box...disabling/enabling of a page

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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 m using jsp and servlets for this.
 
Greenhorn
Posts: 9
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi

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.

Hope this will help!!!
 
Bartender
Posts: 2856
10
Firefox Browser Fedora Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi zana far welcome to Javaranch

Firstly why you think this is a servlet question? please CarefullyChooseOneForum

how to link this both jsp pages which are different modules in my project.


By different modules or systems do you mean different web applications.

Please take some time to read the Ask good questions link below to make more out of the ranch.
 
reply
    Bookmark Topic Watch Topic
  • New Topic