URL parameters and Ampersands
Hi
Using ASP VB.
I need to send some railroad names to another page via URL parameter.
A name like Southern Pacific works:
e.g. railroad_prod_list.asp?Road=Southern%20Pacific
But a name such as Baltimore & Ohio doesn't work because of the ampersand.
e.g. railroad_prod_list.asp?Road=Baltimore%20&%20Ohio
The ampersand confuses things because it means something different to the server and browser.
How can I work around this?
And no, I can't change the railroad names!
Thanks
Craig