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 derfloh 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: *

  1. rrjammy

    ScrollTop behaving unexpectedly in IE browser

    Yep, it was a timing issue. Using a timeout of 0 seconds (!) solved it... setTimeout("document.getElementById('divName').scrollTop = document.formName.nameCoOrd.value", 0); Thanks for your help!!
  2. rrjammy

    ScrollTop behaving unexpectedly in IE browser

    A little help please... I have a <div> (let's call it divName), and I want to store its scroll position in a hidden variable (let's call it nameCoOrd). I store its scroll position using: document.formName.nameCoOrd.value = document.getElementById('divName').scrollTop; This seems to work...

Part and Inventory Search

Back
Top