Using xmlhttp.open() how do I add more than one parameter to url?

Posted by creocare on Stack Overflow See other posts from Stack Overflow or by creocare
Published on 2010-06-17T22:01:10Z Indexed on 2010/06/17 22:23 UTC
Read the original article Hit count: 241

Filed under:
|
|
|

I have this code.

xmlhttp.open("GET","getuser.php?q="+str,true);

where q="+str

I want to pass a second var how do I do this?

© Stack Overflow or respective owner

Related posts about AJAX

Related posts about variable