Hybrid Kat
07-30-2007, 03:39 PM
Hi,
I'm currently working on a big project and I'm almost done, but since everything went too well, a problem has risen to make me swear at my screen throwing papers everywhere and jumping on my desk like an angry baboon. :p
It's very simple : I'm sending variables to a php and on Mac it's not working!
var myLoadVar = new LoadVars();
monLoadVar.test1 = "test";
monLoadVar.test2= "test again";
monLoadVar.send("http://www.blablabla.com/email.php","GET");
On PC (IE, FF) it works perfectly. On Mac (Safari, Opera, Camino) there's nothing more in the address bar.
PC : email.php?test1=test&test2=test%20again
Mac : email.php
Anyone has an explanation?
HK
I'm currently working on a big project and I'm almost done, but since everything went too well, a problem has risen to make me swear at my screen throwing papers everywhere and jumping on my desk like an angry baboon. :p
It's very simple : I'm sending variables to a php and on Mac it's not working!
var myLoadVar = new LoadVars();
monLoadVar.test1 = "test";
monLoadVar.test2= "test again";
monLoadVar.send("http://www.blablabla.com/email.php","GET");
On PC (IE, FF) it works perfectly. On Mac (Safari, Opera, Camino) there's nothing more in the address bar.
PC : email.php?test1=test&test2=test%20again
Mac : email.php
Anyone has an explanation?
HK