B
B3ndy
Hi,
Sorry if this is a really basic question but I am a complete novice with
js...
Basically I am passing a set of parameters between pages, this is
working great:
Eg: <a href="page.asp?desc=some%20text%20for%20the%20next%20page"
I am pulling this is nicely into the next page with:
document.write(qsParm['desc']);
The problem is its also displaying the %20's which is really annoying,
any thoughts on how I can get rid of them?
Cheers!
Ben
Sorry if this is a really basic question but I am a complete novice with
js...
Basically I am passing a set of parameters between pages, this is
working great:
Eg: <a href="page.asp?desc=some%20text%20for%20the%20next%20page"
I am pulling this is nicely into the next page with:
document.write(qsParm['desc']);
The problem is its also displaying the %20's which is really annoying,
any thoughts on how I can get rid of them?
Cheers!
Ben