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;
}