J
|
Jane 2/21/2008 |
Hi, ... options=options & "<OPTION VALUE=""Equals"" selected>" & "Equals" & "</option>" ... searchtype = "<SELECT style=""display:none"" ID=""SearchOption"" NAME=""asearchopt_FieldName"" SIZE=1 onChange=""return ShowHideControls();"">" searchtype = searchtype & options searchtype = searchtype & "</SELECT>" smarty.Add "searchtype_FieldName",searchtype ...
|
H
|
Hylian author 2/25/2008 |
Thanks a lot for your help; that was exactly what I needed. |