johnsimpson
Programmer
Hi guys, need a little help.
Basically i have a HTML list menu (drop down list) and on selection the user will be directed to a specific page.
In this link i am including a querystring ?state=New York
When the user is taken to the appropriate page i am retrieving the querystring and using it as a title for the page. The problem is its displaying as New%20York. So its replacing the space with %20.
How can i remove this from the querystring? so it displays properly?
thanks
John
Basically i have a HTML list menu (drop down list) and on selection the user will be directed to a specific page.
In this link i am including a querystring ?state=New York
When the user is taken to the appropriate page i am retrieving the querystring and using it as a title for the page. The problem is its displaying as New%20York. So its replacing the space with %20.
How can i remove this from the querystring? so it displays properly?
thanks
John