I have a ASP.NET page that I designed in a 1024/768 pixel resolution. Some users have their resolution set to 800/600 and as a result have to scroll each time to get to the bottom.
What function can I use for the body onload maybe .. so that when the page opens .. it scrolls to the bottom automatically as that will be the optimum view for my users with 800/600 resolution?
What function can I use for the body onload maybe .. so that when the page opens .. it scrolls to the bottom automatically as that will be the optimum view for my users with 800/600 resolution?