jsページジャンプの問題(親ページにジャンプし、最外層ページにジャンプ)

738 ワード

"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"、"location.href":D    
"parent.location.href":C    
"top.location.href":A    

  D    form  ,
: form D
: form
: form C
: form A ,D : "parent.location.reload();": C ( , opener :window.opener.document.location.reload(); ) "top.location.reload();": A