Hi
This script splits the query string, leaving only the "my+query" for use...., however, can anyone suggest how I can split the QS so that the result is "my" "query"
TIA
<script>
function getQueryVariable(variable) {
var query = window.location.search.substring(1);
var vars =...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.