0

I am having a problem getting to the parent window. I have a window that has 2 frames... one of the frame opens another window which in returns open a third window. In the third window I want to refresh the very first window by doing this

window.opener.window.opener.close(); 

it only works for non frame setup...what can I use for the frame. I am open to using jQuery too.

Brian Tompsett - 汤莱恩
  • 5,753
  • 72
  • 57
  • 129
Asim Zaidi
  • 27,016
  • 49
  • 132
  • 221

1 Answers1

1

Calle's answer looks like a good suggestion. In my experiments IE and Firefox would let me go 2 back to the parent iframe to access functions, but Chrome gave me a security violation.

Jack B Nimble
  • 5,039
  • 4
  • 40
  • 62