This topic is locked

Advanced Search on List Page

5/12/2007 9:30:42 PM
ASPRunnerPro General questions
R
Ryan author

Hi,
I have been trying to get the advanced search to be on my list page and i also want to be able to hide the searchtype functions and the "not" check box, ie not show the box with contains, eqals etc. I have looked for previous posts on this topic but have not been successful. Any help would be appreciated and i am using version 5, build 253.
Regards
Ryan

J
Jane 5/14/2007

Ryan,
you can do it editing generated files manually.

You should be familiar with ASP and SQL for that.
Also I can't find previous posts on this topic in the ASPRunnerPro forum.

R
Ryan author 5/15/2007

Ryan,

you can do it editing generated files manually.

You should be familiar with ASP and SQL for that.
Also I can't find previous posts on this topic in the ASPRunnerPro forum.


Thanks Jane, would you be able to post any more specific info on how to change the code, my knowledge of asp is limited at best

R
Ryan author 5/18/2007

I have tried numerous things and have been able to create a normal html page with the search the way i want it to be. Now, when i try and put the following code:
<input type="hidden" id="a" name="a" value="advsearch">{doevent name="SearchOnLoad"}

<input type="Hidden" name="asearchfield[]" value="State">

<Input Type="Hidden" ID="SearchOption" NAME="asearchopt_State" Value="Equals" SIZE=1 onChange="return ShowHideControls();">

<select size = "1" id="value_State" name="value_State" >

<option value="">Please select</option>

<option value=""></option>

<option value="NSW">NSW</option>

<option value="NT">NT</option>

<option value="QLD">QLD</option>

<option value="SA">SA</option>

<option value="TAS">TAS</option><option value="VIC">VIC</option>

<option value="WA">WA</option></select>

</form>
On my list page, the list page comes up blank, completely white. Is there anything simple i can change to allow me to put this code into my html template that does not destroy the ASP Page. If anyone could offer some assistance, i would greatly appreciate it.
Ryan