How to Change the URL in AJAX Applications

8

"How to Change the URL in AJAX Applications" by CMSN Software Tutorials, shows you how to change the browser URL without refreshing the page. In this tutorial we are using HTML5 history API. Since HTML5 is not supported by all browsers, we are using location.hash as fallback option. For more information about How to use hash values, you can read our previous tutorial (How to create SEO friendly AJAX applications). Since this is not going to change our non Ajax based application structure, this will support SEO as well.