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!

Recent content by Olbaltums

  1. Olbaltums

    problem with window.getSelection on FF and Opera

    First I’m sorry for mistakes that I will write – I know English very bad :) but I hope you will understand my question. I write a simple JavaScript code: var userSelection; if (window.getSelection) { userSelection = window.getSelection(); alert(userSelection + ' Mozzila, Opera'); } else if...

Part and Inventory Search

Back
Top