我有一个问题需要澄清
我有一个wordpress网站我正在建设,每次我尝试编码jquery到主题我得到错误所以我的工作是使用两个iframe ....一个是菜单
你可以在iframe加载中有一个链接来链接iframe之外的区域中的内容......如果是这样的话......如果没有,那么就有解决方法。
<iframe src="http://www.heartkidsplayshop.com/wp-content/themes/outreach/menu/all-examples.html" width="620" height="110" frameborder="0"></iframe>
答案 0 :(得分:1)
是的,请在iFrame中的链接上使用target="_parent"
。