PDA

View Full Version : send request on server ajax



Solushunz
07-22-2011, 08:43 AM
i want to send request on server thats why i used this code
but where to fix this on my website.


xmlhttp.open("GET","ajax_info.txt",true);
xmlhttp.send();