Ghost Posted July 25, 2003 Posted July 25, 2003 I have an ASPX page which scrolls down to more than one page (hence, the scroll bar appears for it automatically). There are check boxes on the page and when one of them is checked, a particular function is called, hence the page refreshes. On Page Refresh, however, the top half of the page is displayed again. I hope i have made myself clear on this. Basically, he check bo which i select is towards the bottom of the page which i reach by scrolling down. On selectng that, when the page refreshes, the bottom half is not seen. Only if u scroll down, can u see that which is not very helpful from the user's point of view. Is there a way i can, say bookmark the place i was on the screen before refreshing so that i can remain on the same sopt when the page refreshes? Quote
*Gurus* Derek Stone Posted July 25, 2003 *Gurus* Posted July 25, 2003 <%@ Page SmartNavigation="True" %> That will only work in Internet Explorer however. For a cross-browser solution, you should use JavaScript. Quote Posting Guidelines
Ghost Posted July 28, 2003 Author Posted July 28, 2003 Javascript to simulate Smart Navigation Can u help me out with the Java script? Smart Navigationw orks only for IE5 and above - i want for IE4 too - Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.