Enable HTML5 AppCache using javascript? -


<html manifest="example.appcache"> 

can add manifest="example.appcache" part using javascript?

no can't because html file sent server further changes manifest attribute won't make browser react it. tried :

document.documentelement.manifest = "site.manifest"; 

and loading pages , without internet, in seconde case says "connection error" obviously


Comments

Popular posts from this blog

java - Play! framework 2.0: How to display multiple image? -

gmail - Is there any documentation for read-only access to the Google Contacts API? -

php - Controller/JToolBar not working in Joomla 2.5 -