Forum Moderators: open
if(xmlhttp)
{
//do some stuff
}
else
{
alert('no xmlhttp');
}
}
catch(e)
{
alert(e.message);
}
}
Here are my questions
1) Can you post code here and make it pretty (indents etc.)?
2) In Firefox why do I always get 'no xmlhttp', is it not supported or is my test wrong?
TIA,
Jonesy