https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25639 David Cook <dcook@prosentient.com.au> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dcook@prosentient.com.au --- Comment #7 from David Cook <dcook@prosentient.com.au> --- Here's a thought: Does it have to be in the HTML? (We're not displaying the HTML nor are we POSTing a hidden field, so this just seems a bit hacky.) Since we know what the search query is when we're building the HTTP response, we could possibly just put it in a Javascript variable. You could store the 3 strings in a JSON object, and since we'd build the JSON server-side, it would be easy to validate the data to prevent XSS vulnerabilities. Anyway, just a thought. It could be a cleaner way of doing it. -- You are receiving this mail because: You are watching all bug changes.