Dataassist - How to clear search results?
Hi,
Could you advise me how do i clear the search result? I could not find the session variable which mentioned in the earlier posts. I had attached my search page. Please help.
Thank you
Andy
Hi,
Could you advise me how do i clear the search result? I could not find the session variable which mentioned in the earlier posts. I had attached my search page. Please help.
Thank you
Andy
search "blank" will clear the results.
I want to have a button on my form to clear the result. How do i do that?
add a form with a clear search submit button to the results page. Name the submit button "clearSearch". Make sure the method of the clear search form is set to POST.
Then add the following code at line 1:
<%
If (Request.Form("clearSearch") <> "") Then
Session("WADbSearch1_request_table_Results") = ""
End If
%>
Your friends over here at WebAssist! These Dreamweaver extensions will assist you in building unlimited, custom websites.
These out-of-the-box solutions provide you proven, tested applications that can be up and running now. Build a store, a gallery, or a web-based email solution.