Results 1 to 3 of 3

Thread: Cascaded select

  1. #1
    Join Date
    Nov 2005
    Posts
    5
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Cascaded select

    Hi All,
    Need your help to solve my problem.
    I have searched this forum for this topic but no result.

    My problem is like the following :

    I have a form :

    <select>
    <option value='1'>House
    <option value='2'>Car
    </select>

    I need the right coding so if I selected option 1, it will open another form with select like the following and can be selected again :

    <select>
    <option value='1.1'>Red colored House
    <option value='1.2'>Yellow colored House
    </select>

    In my mind, it will like this :

    House > Red colored House
    ............Yellow colored House
    Car >

    Hope someone will show me how to do it.

    Thanks in advance.

    Amri

  2. #2
    Join Date
    Mar 2006
    Location
    UK, warwickshire
    Posts
    77
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    hey i think you want this. Its a code posted on DD give it a try

    http://www.dynamicdrive.com/dynamici...ects/index.htm

  3. #3
    Join Date
    Nov 2005
    Posts
    5
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Hi chris,

    Thanks for the link that you gave me. You're right. It's exactly what I need.
    Looks like I used the wrong key word for the search engine.

    Best regards.

    Amri

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •