iframe中的各种跳转方法(转)_IT徐胖子_新浪博客
2013年5月7日 - 一、背景A,B,C,D都是jsp,D是C的iframe,C是B的iframe,B是A的iframe,在D中跳转页面的写法区别如下。 二、JS跳转window.location.href、location.href 本...
iframe中页面跳转的问题_百度知道
最佳答案: B中的按钮,调用JavaScript程序。例如调用first方法,JS程序用如下方法可以设置父页面的地址: function first() { window.parent.location.href='C页面地址'...更多关于webwork中ifame的跳转的问题>>