02-15-2008, 12:01 PM
|
#1 (permalink)
|
|
The Prestige
Join Date: Dec 2007
Posts: 1,044
Thanks: 193
|
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
|
|
|
|