Articles
FAQs
Login
All Questions
New Question
JavaScript - Iframe to open popup on parent window
Asked By
Rtanesh
on 04-Apr-13 12:49 PM
Robbe Morris
replied to
Rtanesh
on 04-Apr-13 12:50 PM
"parent" is the reference to the "window" object of the iframe container.
var popup = parent.open('some url');
Rtanesh
replied to
Robbe Morris
on 04-Apr-13 12:56 PM
Hi Robee,
Thanks for you reply. But i forgot to say that the popup I am calling is with fade-in effect i.e. it grayed out whole area and the area is not accessible until that popup is closed.
Hope i am able to convey my thought.
Thanks