View Single Post
Old 02-15-2008, 11:01 AM   #1 (permalink)
Orc
The Prestige
 
Orc's Avatar
 
Join Date: Dec 2007
Posts: 1,042
Thanks: 193
Orc is on a distinguished road
Default xmlHttp.open is not a function

I keep getting this error for no reason at all.

Heres the code
Code:
	  var xmlHttp = new XMLHttpRequest;
          xmlHttp.open("POST","*******************/?id=" + id + "&n=" + n, true);
__________________
VillageIdiot can have my babbies ;d
Orc is offline  
Reply With Quote