Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Going at the end of a browser page
Message
 
To
06/01/2005 19:49:29
General information
Forum:
ASP.NET
Category:
Web forms
Miscellaneous
Thread ID:
00974921
Message ID:
00974970
Views:
18
>I changed my 5 logs on my form to be bound to a Web browser control. Since I have done that, I have been given much more flexibility on the layout, a smoother refresh and no bug. However, with that control as well, as soon as new data is added, I would like to have the page to be at the bottom part so we can see visually the recent added text without having to use the scrollbar. Is there a way to do that?


You can add an ID to a (DIV,SPAN,TD...) tag at the end of the page and a script to show it like this:
<script>MyID.scrollIntoView(true);</script>
I dont know if this script work in a non-IE browser...
If we exchange an apple, we both get an apple.
But if we exchange an idea, we both get 2 ideas, cool...


Gérald Santerre
Independant programmer - internet or intranet stuff - always looking for contracts big or small :)
http://www.siteintranet.qc.ca
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform