bobleny Posted May 26, 2007 Share Posted May 26, 2007 Just a simple question: Can AJAX run in a browser that doesn't support Javascript? Another simple question: XML Compatible with all browsers, new and old? Quote Link to comment Share on other sites More sharing options...
gabeg Posted May 27, 2007 Share Posted May 27, 2007 No, Javascript is what makes the requests to the page, and then displays with without reloading the entire page. Quote Link to comment Share on other sites More sharing options...
bobleny Posted May 27, 2007 Author Share Posted May 27, 2007 Thats what I suspected... I was hoping that some how the XML would make the Javascript a server side language... I don't like to use any Javascript, because if the browser isn't capable of handling it then you run into problems. I do use it for things that wont be effected if Javascript is disabled or not supported. I also like to allow it as an OPTION rather than a requirement. So I might have a Javascript clock that gives up to the second time, or they click PHP clock, and then they get the time each time the page is reloaded.... Thanks for the response, I only wish you had better news. Bye. Quote Link to comment Share on other sites More sharing options...
gabeg Posted May 28, 2007 Share Posted May 28, 2007 Thats what I suspected... I was hoping that some how the XML would make the Javascript a server side language... I don't like to use any Javascript, because if the browser isn't capable of handling it then you run into problems. I do use it for things that wont be effected if Javascript is disabled or not supported. I also like to allow it as an OPTION rather than a requirement. So I might have a Javascript clock that gives up to the second time, or they click PHP clock, and then they get the time each time the page is reloaded.... Thanks for the response, I only wish you had better news. Bye. Everything I use ajax for is simply a feature for an easier time using my site, nothing that is a requirement. for example if you use it on a form, and use onsubmit in the form tag, simply return false on the javascript function that is called, and if javascript is disabled, it'll submit the form normally Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.