|
|
|||||||||
|
|||||||||
|
|||||||||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Display Modes |
|
|
|
Ajax Application Generator Generate database and reporting .NET Web apps in minutes. Quickly create visually stunning, feature-rich apps that are easy to customize and ready to deploy. Download Now!
|
|
#1
|
|||
|
|||
|
Chat box
Hello all I am working on a page that has chat built into it. The problem that I am running into is that when the page does a refresh it always goes back up to the top of the page. I would like to know how can you make it focus on the last line sent/typed. Any ideas on how I can get this to work.
|
|
#2
|
|||
|
|||
|
Re: Chat box
Quote:
Hi, try add SmartNavigation="True" in <%@ Page ... > Hope this will help. Jill |
|
#3
|
||||
|
||||
|
Use an HREF Anchor. You might have seen those links that look like <a href="#top">, that will link "in-page" to a position defined as <a name="top">.
So, after each post, create a unique <A NAME=foo>, and post your form to page.asp#foo |
![]() |
| Viewing: Dev Articles Community Forums > Programming > JavaScript Development > Chat box |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|