Hi,
I cache the .javascript/.css files using appcache file , which is defined in the manifest of a page. The caching happens successfully. Once I shutdown the local server , to simulate the offline mode, and try accessing the application , the fallback page loads successfully. From the fallback page when I try to load a different page , it opens in a different tab, but it tries to access the javascripts/css files from the server and not from the cache (These files are cached correctly). Any reason why is the browser trying to access the files from the server and not from the cache ?.