that’s alright. It seems my problem runs a little deeper, though. I still get the same thing for an online as an offline. This could be because everything I read about this process says that I should include this line:
xmlHttp.send();
however, this doesn’t work. I’ve opened it up with the Mozilla ‘debugger’ thing, and once it gets to this line, the script stops functioning. I’ve also tried xmlHttp.send(null); Also doesn’t work. Any ideas?