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 strongm 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. Chancellor2000

    Javascript Firefox help on fileupload

    Firebug...that is.
  2. Chancellor2000

    Javascript Firefox help on fileupload

    I have not been able to get selectionStart to work. When I use it, it bombs out when I watch it in firefox.
  3. Chancellor2000

    Javascript Firefox help on fileupload

    I have the following code which works for IE. But I cannot get anything to work for Firefox. if (document.selection) { var inputRange = input.createTextRange(); var theend = inputRange.text.length...

Part and Inventory Search

Back
Top