文章分类 -  JavaScript

js代码研究
关于js中"window.location.href"、"location.href"、"parent.location.href"、"top.location.href"的用法
摘要:引用http://blog.csdn.net/defonds/article/details/4159512"window.location.href"、"location.href"是本页面跳转"parent.location.href"是上一层页面跳转"top.location.href"是最外层的页面跳转举例说明:如果A,B,C,D都是jsp,D是C的iframe,C是B的iframe,B是A的iframe,如果D中js这样写"window.location.href"、"loc 阅读全文
posted @ 2011-09-13 12:53 终于出名 阅读(200) 评论(0) 推荐(0)