Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Going at the end of a browser page
Message
Information générale
Forum:
ASP.NET
Catégorie:
Formulaires Web
Divers
Thread ID:
00974921
Message ID:
00974970
Vues:
17
>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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform