View Single Post
Old 12-12-2012, 09:11 PM   PM User | #3
007julien
Regular Coder

 
Join Date: May 2012
Location: France
Posts: 121
Thanks: 0
Thanked 18 Times in 16 Posts
007julien is an unknown quantity at this point
Try this
Code:
xmlhttp.open("GET","http://www.website.com/here.php?q="+encodeURIComponent(str)+"&r="+encodeURIComponent(str2)+"&s="+encodeURIComponent(str3)+"&t="+encodeURIComponent(str4),true);
And take care to the warning on this page (there is no need to decode).
007julien is offline   Reply With Quote