Within my webpage I have an iframe like so:
<iframe src="thispage.html" width="100%" height="600" frameBorder="2"></iframe>
(The iframe is of a page on the same site...)
My question is, is it possible to use javascript on the page that has the iframe to control the 'thispage.html' (like use javascript functions?)