/ Published in: JavaScript
paste above in HEAD tag
Expand |
Embed | Plain Text
try { document.execCommand("BackgroundImageCache", false, true); } catch(err) {}
Comments
Subscribe to comments
You need to login to post a comment.
clapfouine on 01/24/07
1 person have marked this snippet as a favorite
paste above in HEAD tag
try { document.execCommand("BackgroundImageCache", false, true); } catch(err) {}
Subscribe to comments
You need to login to post a comment.
hi