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

    Is there a way to make a page start at the bottom when loaded?

    Hello all, I'm looking for a way to use javascript to tell a page to start at the bottom when loaded. The user could then use the scroll bar to scroll back up, but i'd like it to start at the bottom.? I havn't found anythign like this, could someone possibly provide me with a short peice of...
  2. Murley

    Cannot unselect selecteditems from select box in IE6

    Hello all I have this function: <SCRIPT LANGUAGE=&quot;JavaScript&quot;> function Unselect(sbox) { var i = 0; for(var i=0; i<sbox.options.length; i++) { sbox.options[i].selected = false; sbox.options.selectedindex = -1; } } </SCRIPT>...

Part and Inventory Search

Back
Top