I was converting old asp files to php.
But I'm stuck at this point.
I'm looking for a triple combo listboxes where one has "book" the other "chapter" and the third "verse". The book is populated by a database table. Once book is selected then chapter is populated and then verse.
Any tutorial related to this?
populating 3 listboxes
Moderator: General Moderators
- Christopher
- Site Administrator
- Posts: 13596
- Joined: Wed Aug 25, 2004 7:54 pm
- Location: New York, NY, US
Re: populating 3 listboxes
You can do it by either loading everything in memory or using Ajax. Either way the Javascript is similar. Any of the major libraries, like Prototype or jQuery, will have examples of how to do this easily.
(#10850)