标签: javascript jquery
我的页面中有IFrame,其中有一个链接,我想在打开页面后立即打开该链接。 例如,我有一个页面index.html,在此页面中我有一个IFrame,在IFrame内,我有一个链接,例如
IFrame
index.html
<a href="http://google.com">google</a>
现在我想在加载Index.html时打开此链接 我想知道如何使用JQuery或JavaScript?
Index.html
JQuery