Jump to content

[SOLVED] Simple question: Can AJAX run in a browser that doesn't support Javascript?


bobleny

Recommended Posts

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.

Link to comment
Share on other sites

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

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.