Ampersands in URLs

I am having a problem validating with an ampersand in a URL. In normal HTML
I encode it into &, but in JavaScript, I have to keep it as "&" making
the page invalid.

How is one supposed to work around this problem...?

Received on Saturday, 23 April 2005 13:43:54 UTC