kaisellgren
Apr 7th 2007, 9:28 am
Hi,
I need JS to make HTTP request (GET).
I need JS to execute .php file with ?a=0&b=1&... GET parameters.
httprequest = new Image(0,0);
httprequest.src = 'a/a.php?test=1';
Does not activate a.php file :(
Any ideas?
I need JS to make HTTP request (GET).
I need JS to execute .php file with ?a=0&b=1&... GET parameters.
httprequest = new Image(0,0);
httprequest.src = 'a/a.php?test=1';
Does not activate a.php file :(
Any ideas?