Actionsctipt code:
on(press)
{
getURL(escape("address.html?0"));
}
This works absolutely fine in Internet Explorer but in Chrome in the question mark is obviously made into "%3F".
Any ideas how I can stop this from happening and still keep it compatible with IE and other popular browsers?
Thanks.