加载 .HTML、修改它并插入到 iframe 上?
嗯,很难解释我的问题。
我目前正在开发一个由 iframe 实现的 google chrome(扩展)工具栏。如您所知,这个 iframe 是一个 HTML 文件,但是是自托管的(我的意思是它是一个本地文件)。基本上这个文件构建了一个基本的工具栏,所以我需要的是加载这个文件,并通过添加一些组件(如按钮)来修改它,...然后当我进行更改时,我需要保存这个文件,然后加载它一个 iframe。但我有很多问题要做,我找不到解决方案来做到这一点......
希望有人可以为我提供一些帮助!
Well it's pretty difficult to explain my problem.
I'm currently developing a toolbar for google chrome (extension) materialized by an iframe. This iframe is as you know a HTML file, but self hosted (I mean it's a local file). Basically this file construct a basic toolbar, so what i need is to load this file, and modify it by adding some components like buttons,... Then when i've made the change i need to save this file to then load it on a iframe. But i have a LOT of issue to do that, i can't find a solution to do that...
Hope someone can provide me some help !
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这个答案可能会有所帮助:
Can't write todynamic iframe using jQuery
This answer may help:
Can't write to dynamic iframe using jQuery