http://net.tutsplus.com/tutorials/html-css-techniques/how-to-inject-custom-html-and-css-into-an-iframe
It only allows you to inject CSS and HTML.
How could you inject JavaScript into the iFrame? I tried changing:
styleTag = $('').appendTo(contents.find('head'));
to
styleTag = $('').appendTo(contents.find('head'));
but it didn't work. Could you help?
The demo link is http://nettuts.s3.amazonaws.com/1089_iframe/iframe/iframe.html
以上就是HTML, CSS, and JavaScript Code Injection into an iframe的详细内容,更多请关注web前端其它相关文章!