|
Posted by seaside on 07/09/07 23:11
On Jul 2, 1:53 pm, geshan <ges...@gmail.com> wrote:
> Hello all,
> I'm having trouble populating a select box as per the selection of
> above select box.Its like level 2 select box depends on the value of
> level 1 box.
Please give xAjax a try:
http://www.xajaxproject.org/
Setup is very simple and xAjax makes it as simple as this in your PHP
app:
>>>
$objResponse = new xajaxResponse();
$objResponse->addReplace("myDiv3","innerHTML","xajax","<strong>xajax</
strong>");
<<<
___
Stefan
Navigation:
[Reply to this message]
|