Hi I'm trying to use application cache .As it is documented I'm getting a prompt like :
This website() is asking to store data on your computer for offline use .
with 3 options :
1.Allow 2. Never for this website 3. Not now
In my case only 3rd option works .Why?
Here is my html file
<html manifest="example.appcache">
.......
</html>