J
|
Jane 5/18/2009 |
Hi, |
W
|
wilsonhaze author 5/18/2009 |
Hi, |
J
|
Jane 5/19/2009 |
Hi, // write search options $options=""; $options.="<OPTION VALUE=\"Equals\" ".(($opt=="Equals")?"selected":"").">Equals</option>"; $options.="<OPTION VALUE=\"More than ...\" ".(($opt=="More than ...")?"selected":"").">More than ...</option>"; $searchtype = "<SELECT ID=\"SearchOption\" NAME=\"asearchopt_FieldName\" SIZE=1 onChange=\"return ShowHideControls();\">"; $searchtype .= $options; $searchtype .= "</SELECT>"; $xt->assign("searchtype_FieldName",$searchtype); |