Help me!
var user="Andrew";
var req = new XMLHttpRequest();
req.open("POST", options.getValue("URL")+"/index.php", false);
req.send("&user="+user);
In index.php:
echo($_POST['user']);
don't work! HELP ME, I need use POST method because I must pass
several parameters
thanks in advance,
bobo
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Google Desktop Developer Group" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/Google-Desktop-Developer?hl=en
-~----------~----~----~----~------~----~------~--~---