javascript tips

1.
window.top.location.href
    the IE top window
window.parent.location.href or window.parent.src or window.frames["name"].src
    repesents the up level window, maybe not the top window in IE.
posted @ 2006-02-15 15:34  margiex  阅读(245)  评论(0编辑  收藏  举报