Click to See Complete Forum and Search --> : iframe in javascript onclick target to parent


nagasea
08-01-2003, 01:46 PM
hi i dont know if someone can help me with this javascript question.

i got a page (index.html) in this page there's <TEXTAREA>

In this page too, there's <IFRAME> with <FORM>
what I want is, when I hit submit in this "iframe" I want the value to be post in the index.html "textarea>

how to do this.