开发者

trouble with iframe and php

开发者 https://www.devze.com 2023-03-10 13:01 出处:网络
I have an issue and need some clarification I have a wordpress site i am building and every time i try and code jquery into the theme i get errors so my work around has been to use two iframes....one

I have an issue and need some clarification

I have a wordpress site i am building and every time i try and code jquery into the theme i get errors so my work around has been to use two iframes....one being the menu

Can yo开发者_高级运维u have a link in a iframe load that links content in the area outside the iframe...if so how....if not is there a work around.

<iframe src="http://www.heartkidsplayshop.com/wp-content/themes/outreach/menu/all-examples.html" width="620" height="110" frameborder="0"></iframe>


Yes, use target="_parent" on the links in the iFrame.

0

精彩评论

暂无评论...
验证码 换一张
取 消