dynamic list

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • just4u
    New Member
    • Oct 2008
    • 2

    dynamic list

    Hi,

    I need a perl script which dynamically loads the second list box with values fetched from database based on select item from first list box.

    Thanks in Advance....
  • Dormilich
    Recognized Expert Expert
    • Aug 2008
    • 8694

    #2
    Originally posted by just4u
    I need a perl script which dynamically loads the second list box with values fetched from database based on select item from first list box.
    does that mean you already have all the ajax code up and working?

    Comment

    • just4u
      New Member
      • Oct 2008
      • 2

      #3
      Originally posted by Dormilich
      does that mean you already have all the ajax code up and working?
      I dont have any such code . i need to implement it . i am using perl for scripting with mysql database.

      i have a page with all form field to take input from user.
      ex : when user selects a country automatically all the states within that country should be populated in second list box with values(states) fetched from database...

      Comment

      Working...