Results 1 to 1 of 1

Thread: change combobox after selecting from another

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Nov 2000
    Location
    Minnesota
    Posts
    830

    change combobox after selecting from another

    Using javascript,
    I have two combo boxes. The first one is populated dynamically with a number at the end that is 1 - 10.
    My second combo has just 10 items, 1 - 10. Based on selecting an item from the first combo can I change second combo so a select item is selected?

    Thanks.

    Found a solution:
    .options[0].selected = true;
    Last edited by lleemon; Apr 30th, 2003 at 12:01 PM.

Posting Permissions

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



Click Here to Expand Forum to Full Width