Thread: Resolved listener not working
View Single Post
Old 09-17-2012, 05:27 PM   PM User | #6
durangod
Senior Coder

 
Join Date: Nov 2010
Posts: 1,177
Thanks: 214
Thanked 31 Times in 30 Posts
durangod is on a distinguished road
yeah that function was left over from the old code that split up the request into different functions. removed it and I am getting feedback now.

do i even need to set it to null and then check it, im guessing if i do then i need to do it after it checks the dif browser commands right.

Code:
if (xmlhttp==null)
   {
   alert ("Your browser does not support AJAX!");
   return;
    }
durangod is offline   Reply With Quote