Resize iframe on a.com from b.com ?

Resize iframe on a.com from b.com ?

Web site: a.com has this code:

<iframe src='http://b.com/script.php' name=x width=200 height=200></iframe>


I need somehow from b.com/script.php change the iframe height on a.com

height must be based on iframe content.

Any ideas ?

Thanks.