Creating a checkbox

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • sukumar 123
    New Member
    • Feb 2008
    • 7

    Creating a checkbox

    Hi all,
    I am a having a listbox with 100 values, here now i want to make a checkbox for each values..
    How I have to write a code for that?




    Thanks in advance..
  • gits
    Recognized Expert Moderator Expert
    • May 2007
    • 5390

    #2
    hi ...

    could you explain that in more detail? actually you have a select-element with 100 options? how are they added to the page? with a serverside script? or should the options replaced with checkboxes at the page's runtime? or is it a static list in your html-file?

    kind regards

    Comment

    • sukumar 123
      New Member
      • Feb 2008
      • 7

      #3
      Creating a checkbox

      Hi,
      Actually I am having a listbox(Departm ent) and it has 10departments.. . If I am choosing any one department from listbox, it will give the members name from the database query for the corresponding department..Now I need to add a checkbox parallel to the members and also these codes are should come under DIV.

      Comment

      • nomad
        Recognized Expert Contributor
        • Mar 2007
        • 664

        #4
        Originally posted by sukumar 123
        Hi,
        Actually I am having a listbox(Departm ent) and it has 10departments.. . If I am choosing any one department from listbox, it will give the members name from the database query for the corresponding department..Now I need to add a checkbox parallel to the members and also these codes are should come under DIV.
        Is this a class project? or is it for work?
        if its and assignment then please read this

        The experts on this site are more than happy to help you with your problems but they cannot do your assignment/program for you. Attempt the assignment/program yourself first and post questions regarding any difficulties you have or about a particular function of the code that you don't know how to achieve.

        Please read the Posting Guidelines and particularly the Coursework Posting Guidelines.

        Then when you are ready post a new question in this thread.

        nomad
        Last edited by eWish; Mar 18 '08, 11:17 PM. Reason: Fixed quote

        Comment

        Working...