开发者

Navigating from child page to parent page

B开发者_运维百科asically I have an iframe embedded in my parent page and I am navigating from parent page to child page with the help of form action and that child page shows my expected result .Now I want to display the child page in my parents's iframe.

What should i do...? peale suggest me ...


Have you tried using the target property?
<a href="http://google.com/" target="iframe">Google</a>
<iframe src="http://yahoo.com" name="iframe">Your browser doesn't support iframes</iframe>

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜