How to change easily between ajax-based website and basic HTML website?
Posted
by A.S al-shammari
on Stack Overflow
See other posts from Stack Overflow
or by A.S al-shammari
Published on 2010-04-08T14:14:29Z
Indexed on
2010/04/08
14:23 UTC
Read the original article
Hit count: 383
Hi, I have a website ( based on JSP/Servlets ,using MVC pattern), and I want to support AJAX-based website and basic HTML-based website. website visitors should be able to change the surfing mode from Ajax to basic HTML and vise versa, - as it applies in Google-mail.
The Questions :
- What is the best way to achieve this goal easily?
- Should I design two views for each page?
I use JQuery and JSON as the result of this answer.
© Stack Overflow or respective owner