I have this javascript query string I'm using within
a php script,
it works as it is, passing the value of cat,Code:$string="getSub('subcat.php?cat='+this.value)";
the challenge is, I want to attach another value, say 's=$s', to the
string(making two now - cat and s), don't know how to rightly
append this in javascript.
Thanks.



Reply With Quote


Bookmarks