Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie

Limting check boxes in jsp and message pop ups

Options
  • 16-02-2006 3:15pm
    #1
    Posts: 0


    hi
    i found this bit of code which is in javascript. Only problem is i am doing my project in jsp.

    basically i was wondering how i would use this sort of code from this page http://javascript.internet.com/forms/limit-boxes.html

    And implement something similar in jsp to control my page. Also which java package uses pop up boxes? i would prefer them for my scenario rather then forwarding to a new page


Comments

  • Closed Accounts Posts: 86 ✭✭toString


    hi
    i found this bit of code which is in javascript. Only problem is i am doing my project in jsp.

    basically i was wondering how i would use this sort of code from this page http://javascript.internet.com/forms/limit-boxes.html

    And implement something similar in jsp to control my page. Also which java package uses pop up boxes? i would prefer them for my scenario rather then forwarding to a new page

    There is no reason not to use the javascript in the JSPs, it might be an idea to do some validation in your servlet/controller as well though


Advertisement