Jump to content

Just starting quick question


kev wood

Recommended Posts

From what i have been looking at up to now Ajax uses a lot of javascript for the requests sent to the server.  If i am wrong please point this out.

 

If a user of a site which uses Ajax to build and refresh sections of the page and they have javascript turned off what would be the outcome of the page that the user is able to view would the Ajax ignor this and still populate the page or would the page fail to display properly?

 

 

Link to comment
https://forums.phpfreaks.com/topic/110565-just-starting-quick-question/
Share on other sites

AJAX = Asynchronous JavaScript and XML

 

AJAX is done with Javascript, so if the person has JavaScript disabled, the page will not work. As a general rule of thumb, you should make the page work without JavaScript, then after you can add JavaScript/AJAX to make it more user friendly.

 

If you do a lot of developing, there are 2 Firefox extensions that are very helpfull. The Web Developer toolbar and FireBug. One of the features in those plugins is the ability to switch JavaScript on/off on the fly. It's pretty convenient.

Archived

This topic is now archived and is closed to further replies.

×
×
  • 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.