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!

Search results for query: *

  • Users: flexed
  • Content: Threads
  • Order by date
  1. 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