Hi,
I have an iframe window that displays a report. To access this iframe, I have an expand/collapse button on the parent window.
Within the iframe report window, I have a #PAGETOP anchor at the bottom of the report, i,e:
<tr><td style="padding-left:45px" class="bottom" colspan="99"><div id="ptAnchor"><a href="#PAGETOP"><img src="first.png" border="1" alt="Top of Page" /></a></div></td></tr>
How can I programatically emulate an onclick of this #PAGETOP anchor, when the user presses the "expand" button from the parent window?
Thanks, Tony.