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. bgwg80

    A Problem regarding Mozilla and Firefox

    Thank you for the note. As you mentioned, the problem was the while loop. somehow, firefox and mozilla returns the same value for both scrollHeight and height properties. So, as scrollHeight increases, height increases. the loop condition never becomes false. Thank you.
  2. bgwg80

    A Problem regarding Mozilla and Firefox

    I wrote a javascript to scroll the contents inside of a span tag. I works with IE 6.0. But, When I tried it on mozilla and firefox. The browsers just halted(not responding). so, I had to kill those browsers' processes. My code is here: function PbSpan(objId,step,delay) { //Properties...

Part and Inventory Search

Back
Top