Guest_imported
New member
- Jan 1, 1970
- 0
let's say for example..
<a href="test.asp?id=
I wanna pass the URL to test.asp by ?id=
but when it gets to the &, i thinks I'm passing another variable by querystring, therefore my URL is cut into
is there a way to pass a string that contains querystring by querystring?
<a href="test.asp?id=
I wanna pass the URL to test.asp by ?id=
but when it gets to the &, i thinks I'm passing another variable by querystring, therefore my URL is cut into
is there a way to pass a string that contains querystring by querystring?