OK, so I am passing a value let's say AT&T in a url parameter of code. So the url would look something like .html?code=AT&T once the javascript deciphers the string value. Trouble is, on the next page it appears the value is AT. This is because up in the url the &T is being treated as the next url variable. How do I get around this?
THANKS!
THANKS!