I need to redirect to another page, but the querystring I must append to the URL is long. My code works without the querystring, but gives "invalid syntax" when I add it to the location value.
So,
window.location.href = '
works, but
window.location.href = '
throws an 'invalid syntax' error. What is the length limit for a JS querystring value?
tks,
Phil Hegedusich
Senior Programmer/Analyst
IIMAK
-----------
I'll have the roast duck with the mango salsa.
So,
window.location.href = '
works, but
window.location.href = '
throws an 'invalid syntax' error. What is the length limit for a JS querystring value?
tks,
Phil Hegedusich
Senior Programmer/Analyst
IIMAK
-----------
I'll have the roast duck with the mango salsa.