Last post Jan 07, 2017 07:18 AM by raju dasa
Member
200 Points
691 Posts
Jan 06, 2017 12:06 PM|Lexi85|LINK
Hello All
I have 2 iframes...parent and child...parent iframe has the above code..I want to send id="infotype" value to child iframe(which is form2.aspx..when child iframe is loaded how do i do that
<div>Information Type<br /><select id="infotype" onchange='doinfowhat();'>
All-Star
15186 Points
3888 Posts
Jan 07, 2017 07:18 AM|raju dasa|LINK
Hi,
Try using cross document messaging:
parent ifrm -> main page -> child ifrm
http://rajudasa.blogspot.in/2011/01/html5-cross-document-messaging.html
You have use events to communicate between each window.
Member
200 Points
691 Posts
getting a html id value from parent iframe and sending to child iframe
Jan 06, 2017 12:06 PM|Lexi85|LINK
Hello All
I have 2 iframes...parent and child...parent iframe has the above code..I want to send id="infotype" value to child iframe(which is form2.aspx..when child iframe is loaded how do i do that
All-Star
15186 Points
3888 Posts
Re: getting a html id value from parent iframe and sending to child iframe
Jan 07, 2017 07:18 AM|raju dasa|LINK
Hi,
Try using cross document messaging:
parent ifrm -> main page -> child ifrm
http://rajudasa.blogspot.in/2011/01/html5-cross-document-messaging.html
You have use events to communicate between each window.
rajudasa.blogspot.com || rajudasa-tech