As JavaScript can be disabled in the browser by the user, I wonder if there is any way of developing an Application which uses Ajax but it doesn\'t use Javascript, so even i
Well, you can't literally use Ajax without Javascript, since the "J" in Ajax is for "Javascript"
The best you can do is test for Javascript functionality and load a non-Ajax version of the page instead.