javascript - Make HTML5 sandbox work for IE8/9 using polyfill or shim -


i make new html5 iframe attribute sandbox work in ie8 , 9. have googled day , tried many "libraries" supposed make html5 work, don't seem have "sandbox" included.

so question; can find polyfill/shim/plugin/snippet or else make iframe sandbox work in ie8/9 ?

as others have noted cannot work in javascript alone, best bet use security="restricted" ie attribute.

see here : http://blogs.msdn.com/b/ie/archive/2008/01/18/using-frames-more-securely.aspx


Comments

Popular posts from this blog

jquery - How can I dynamically add a browser tab? -

node.js - Getting the socket id,user id pair of a logged in user(s) -

keyboard - C++ GetAsyncKeyState alternative -