Image

Imagerelsqui wrote in Imagejavascript

I have a page (a.php) with an inline frame on it. Loaded into the iframe is another page (b.php). Can I access a.php from b.php?

Edit: Yep, sure can, as parent.document. Now to figure out how to get to a specific textarea from there--I have real issues understanding the object hierarchy in JS.