close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

Clear search results without re-loading page or re-clicking Search button

Thread began 3/09/2011 3:07 pm by sandy170299 | Last modified 3/10/2011 10:51 am by Jason Byrnes | 2652 views | 7 replies |

sandy170299

Clear search results without re-loading page or re-clicking Search button

I have a bunch of pages that I've created using Data Assist and ColdFusion and the client is requesting that instead of leaving all search fields empty and clicking Search, that there be a separate button when clicked, would essentially clear all the search parameters and re-load the page to its unfiltered state. Is there an easy way to do this? I couldn't get it to work.

Sign in to reply to this post

Jason ByrnesWebAssist

DataAssist stores the search into a session variable.

the naming scheme for the session variable is:
WADbSearch1_<page_name>


so if you have a named productsResults.cfm

the session will be named:
WADbSearch1_productsResults

you should see the session variable listed on the bindings panel.

while on the bindings panel, click the plus button and select URL variable, set it's name to "reset"


on the results page add a link to clear the search passing the reset qurystring variable:
<a href="productsResults.cfm?reset=true">Clear Search</a>

Now on the server behaviors panel, use the Cookies toolkit Clear Session Value behavior. click the plus button and select WA Cookies toolkit -> Clear Session values. click the lightning bolt next to triggers and select the reset URL variable.

from the list of session variables to clear, select the WADbSearch1_<page_name> session.

Sign in to reply to this post

sandy170299

Jason, when I try to apply the Clear Session Values server behavior, I'm getting javascript errors.

while executing onLoad in WACT_clearsession.htm, a javascript error occurred. When I click OKAY, the same error appears again. Clicking OKAY a second time brings me to what should be a dialog box, but I don't have any text boxes or select boxes. Just the Help, Okay, and Cancel buttons.

FYI, I DO have the latest version of Cookies Toolkit installed.

Sign in to reply to this post

sandy170299

Jason, I just found a fix for this in my downloads section. I'll try that first and let you know if it works or not.

Sign in to reply to this post

sandy170299

Jason, it's "kind of" working. When I click the Clear Search link, the following appears in my URL: tblApplicationScores_Results.cfm?reset=true, but the search itself is not reset until I either reload the page or click the link twice. Any ideas? Thanks :)

Sign in to reply to this post

Jason ByrnesWebAssist

Most likely it is code order.

make sure the clear session code is before the data assist search code.

Sign in to reply to this post

sandy170299

Yup ... that did it. Thank you, Jason :)

Sign in to reply to this post

Jason ByrnesWebAssist

you're welcome.

Sign in to reply to this post

Build websites with a little help from your friends

Your friends over here at WebAssist! These Dreamweaver extensions will assist you in building unlimited, custom websites.

Build websites from already-built web applications

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.

Want your website pre-built and hosted?

Close Windowclose

Rate your experience or provide feedback on this page

Account or customer service questions?
Please user our contact form.

Need technical support?
Please visit support to ask a question

Content

rating

Layout

rating

Ease of use

rating

security code refresh image

We do not respond to comments submitted from this page directly, but we do read and analyze any feedback and will use it to help make your experience better in the future.

Close Windowclose

We were unable to retrieve the attached file

Close Windowclose

Attach and remove files

add attachmentAdd attachment
Close Windowclose

Enter the URL you would like to link to in your post

Close Windowclose

This is how you use right click RTF editing

Enable right click RTF editing option allows you to add html markup into your tutorial such as images, bulleted lists, files and more...

-- click to close --

Uploading file...