Forum Moderators: open
I'm slowly going out of my mind trying to get it to work.
Josh
Good luck
COOKIENAME=CHIPNAME=ChipValue&CHIPNAME=ChipValue
Where the ChipValues are escaped (%20 etc) - does the whole cookie value need to be escaped also - meaning that the ChipValues are escaped twice? This could be the root of the problem as for JS to deal with that we'd need a 'unescape' function.
hmmm :(