J
|
Jane 7/27/2009 |
Ted, // write search options $options=""; $options.="<OPTION VALUE=\"Equals\" selected>"."Equals"."</option>"; $searchtype = "<SELECT ID=\"SearchOption\" NAME=\"asearchopt_FieldName\" SIZE=1 onChange=\"return ShowHideControls();\">"; $searchtype .= $options; $searchtype .= "</SELECT>"; $smarty->assign("searchtype_FieldName",$searchtype);
|