Forum Moderators: open
I working on an ASP page that contains an IFrame that loads up a page on an external server. The external page lists search results - after failing to find a way to auto re-size the page because of domain security, i decided to just use a large height for the IFrame in the ASP page.
The problem now is that when browsing the external search results page paging between the results leaves the view of the IFrame at the point you were viewing the ASP page. So... on the last search results page for example you have to scroll up to the top of the ASP page to view the top of the IFrame.
Is there a way to affect the ASP Parent page without just reloading it as this will reload the first page of the results - I just want to move to the top of that page. Reloading with a #top or just # loads the first results page again as well.
Is there a function like parent.scrolltotopofpageplease()?
Or is this gonna be stopped by domain security as well?
Cheers (I hope I explained it well enough)