Question:

See details.I want a source code of ajax+php which popout a listbox through other list box.?

by  |  earlier

0 LIKES UnLike

There r two list boxes named category & Subcategory.When i choose any item in 'category' then in 'subcategory' related item displayed.

Source code must be in ajax and php.

 Tags:

   Report

1 ANSWERS


  1. I will recommend you to use YUI (Yahoo User Interface).

    It is a library, a lot more stuff other than ajax.

    It has example to understand the code.

    You should visit (connection manager) in YUI.

    http://developer.yahoo.com/yui/

    Donot rely on other codes, just try to write you own with the help of YUI.

    Any way a possible help can be:

    1. Call , YUI Connection Manger fuction , "OnSelect" . This function will lead you a php page for loading sub-categories.

    2. YUI Connection Manager will return your sub-categories to your assigned DIV.

    3. All is controlled with AJAX, a well written code by yahoo developers.

    So simple. Just try it ... :)

    Wish you all the best.

    Free PHP resource

    http://www.rapidsharehub.com/tag-php-boo...

Question Stats

Latest activity: earlier.
This question has 1 answers.

BECOME A GUIDE

Share your knowledge and help people by answering questions.