I have an applet and an iframe within the same page. The iframe tag has an onload attribute which calls a method in the applet every time the iframe page is changed. The applet needs to access the elements of the iframe document and count the number of different types of tag on the page.I have an applet and an iframe within the same