i created a search block for my estate script but i got a problem for that
what2s wrong couldnt find , couldnt understand
what i want ? when i choose the cityname i wanna list the township in the child select box
the codes
=(
GetSelectListGlobal("City",
"SelectSearch",
"".$_SESSION."",
$rsEdit,
"select * from t_properties where PageType='City' and Visible='1' order by Seq asc",
"ID",
"Name",
"onChange="GetAjax('include/ajax.php?GetTowbShip=1&SelectClass=SelectSearch&LangID=".GetName("select * from t_lang where Name='".$_SESSION."'", "ID")."&CityID=', 'ShowTownship')""))?>
child select box codes
=($_SESSION)?>
its not working
what is the problem ?
thanks
( sorry about my bad english )