script of iframe
script of parent window
See if this works for you:
i created this parent.html page and put an iframe in it with a text input which will show the value passed from iframe window:
IFrame Example
Name:
and this iframe content page:
IFrame Child Example
clicking the button i get the value in my parent window.
Play with it if you get something with this one.