ThunderAI Posted August 2, 2013 Share Posted August 2, 2013 I have a window (1) that has an iframe (2) and that iframe (2) opens a new iframe (3) and iframe (3) opens a window (4). How do I get the child window to get information from iframe 3? Its not perfect design, but I've tried to reference the iframe (3) name directly, use parent.document, window.parent.document, etc but cant seem to get to the object or get the child window to recognize iframe (3) name. What javascript syntax is correct? Thanks. Quote Link to comment https://forums.phpfreaks.com/topic/280781-reference-3rd-layer-iframe-from-a-child-page/ Share on other sites More sharing options...
ThunderAI Posted August 2, 2013 Author Share Posted August 2, 2013 Got it I wanted opener not parent. Thanks. Quote Link to comment https://forums.phpfreaks.com/topic/280781-reference-3rd-layer-iframe-from-a-child-page/#findComment-1443287 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.