Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by flexed

  1. flexed

    Problem with a textbox

    Yes, the combination of scrollTop and scrollHeight has solved the issue. Great thanks for your help!
  2. flexed

    Problem with a textbox

    I have tried the focus(). It sets focus correctly, I mean if I go to the other part of a page, the script returns me back. But the scroll bar stays without moving and content dissapear in the text box. The user still have to move scroll bar to see update, but when it updates it jumps. Well, I...
  3. flexed

    Problem with a textbox

    Thanks. This is exactly I wanted. I have not JavaScript editor, if I had code completen I would solve this problem immediately. Could you advica me some good IDEs for JavaScript?
  4. flexed

    Problem with a textbox

    Dear all, I add some text to the textarea and the text will be added like this: var mdiv = document.getElementById("messages"); for (i=0; i<2000; i++) { mdiv.innerHTML = mdiv.innerHTML + "text <br/>\r\n"; } How can I put the scrollbar down, to the last input? Now, the user have to move the...

Part and Inventory Search

Back
Top