js页面之间跳转问题


D是C的iframe,C是B的iframe,B是A的iframe,在D中写"window.location.href"、"location.href":D页面跳转(即D的src改变);"parent.location.href":C页面跳转(修改父iframe的src);"top.location.href":A页面跳转

(未完待补。。。)