I have a page with an iframe. In the iframe is a form targeting that frame. The submit button is down near the bottom but the results page is short and appears at the top. So when the user hits submit, the form disappears but they don't see the results because they are scrolled down too far.
Instead of just putting a bunch of whitespace in the results page, I'd like for the view to be readjusted. Is there a way to do this when the user hits submit?