Hi, i have the following problem: I have a site with an iframe on it. The iframe is situated on the bottom of the page. When a user hits the F5 key (for refresh) or he's just entering this page where the iframe is, the page goes down to a textarea which is situated on my iframe, with its cursor active. 1. How can i make the page stay at its top after the refresh is done? 2. Is my problem generated by the fact that the textarea's cursor is active all the time? Thanks!
Yes, the browser auto-focused on the respective textarea because of a javascript function called focus(). I removed that part of the code and everything is running as i wanted. Thanks for the suggestion!
No problem! So now, it works correctly, but does not automatically scroll down to the text area, right?