Looks like if you have a code like this in flash: getURL("?section="+section);
I'll work in every browser as expected, like going to index.php?section=about, for example..
However, looks like in Safari, it appends the string in the URL, so it will look something like that: index.php?section=about?section=products
Nice, isn't it? |