ie unterminated string constant error
i am passing a string in an email which is a link to a url with a couple of url variables attached.
everything is fine in firefox, but in ie i get the above error message.
if i try a single variable, it seems ok, but the second variable seems to be the problem
i have tried using '&' and '&' in my string but i get an error either way.
eg.
itemdetail.php?email=craigrushforth@hotmail.com&ItemID=14
will give an error in ie
itemdetail.php?email=craigrushforth@hotmail.com
is ok
help appreciated.