Click to See Complete Forum and Search --> : Send Iframe data


Ch1n
08-22-2006, 04:52 PM
Hello,
Ive been having allot of trouble with my IFRAME, i dont normally use them and so i lack a little knowledge in this area. ( i know iframes arent great)
On my webpage, what ive basically got is the main page, where when i select a list Item from a drop down list box, the listitem value is displayed in text on the main page. Now i need to do the same thing with my IFRAME, i need to select another list item but this time within my IFRAME, then it must update the text value in the Main page. Im guessing i need to send the value of that in the IFRAME to my main page.

Im not to sure how i go about this, any help would be much appreciated.

Thanks

toicontien
08-22-2006, 05:00 PM
I think the JavaScript object document.parent is what you're looking for. That's for scripts running in the iframe.