Results 1 to 2 of 2

Thread: form reload

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Feb 2000
    Posts
    81

    Unhappy

    iwant as soon as my user selects a value from a combo box my form to reload

    ie
    i have 3 combo boxes

    Please Select Company to create a new user for:

    then user selects company and as soon as the user selects company i want my form to reload with the
    company managers names in the second combo box

    Please Select managers name to create a new user for

    then user selects managers name and then the form reloads
    and then i can create the user under that managers name ???


    anyone??

  2. #2
    Frenzied Member Mark Sreeves's Avatar
    Join Date
    Nov 1999
    Location
    UK
    Posts
    1,845
    How are you storing the lists of data?
    In a Database or hardcoded.

    You've giot two options really,
    either post the selected item in the first select box back to the server and re-queary the database using the data posted back as a key.

    the other option is to load all the data into a client-side javascript.

    Here's an example of what I mean
    http://www.parkers.co.uk/pricing/used_car/index2.asp

    The first method is simpler but slower
    Mark
    -------------------

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