Thread: AJAX Help
View Single Post
Old 02-24-2008, 05:26 AM   #7 (permalink)
DeMo
The Contributor
 
DeMo's Avatar
 
Join Date: Jan 2008
Location: Brazil
Posts: 77
Thanks: 14
DeMo is on a distinguished road
Default

Found the error
Code:
xmlHttp.onreadystatechange=function(IdKey) {
Just erase that IdKey that's inside the brackets, make it like this:
Code:
xmlHttp.onreadystatechange=function() {
Send a message via ICQ to DeMo Send a message via MSN to DeMo Send a message via Skype™ to DeMo
DeMo is offline  
Reply With Quote
The Following User Says Thank You to DeMo For This Useful Post:
CoryMathews (02-24-2008)