Select date interval and pass input to list page |
1/10/2009 3:36:50 PM |
PHPRunner General questions | |
![]() I have read a couple of related posts and they were quite useful however I am getting stuck here. Would appreciate some help <img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=question&id=10604&image=1&table=forumtopics' class='bbc_emoticon' alt=':)' /> |
|
J
|
Jane 1/12/2009 |
Hi, // write search options $options=""; $options.="<OPTION VALUE=\"Between\" selected>BETWEEN</option>"; $searchtype = "<SELECT ID=\"SearchOption\" NAME=\"asearchopt_FieldName\" SIZE=1 onChange=\"return ShowHideControls();\">"; $searchtype .= $options; $searchtype .= "</SELECT>"; $xt->assign("searchtype_FieldName",$searchtype); |