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 genaweb

  1. genaweb

    range.startContainer - problem in FF

    my real problem is in difference of working this code in Opera and FF. Opera shows me startOffset as 0, but FF shows it as count of symbols BEFORE SELECTION... And so startContainer contents symbols befor selection. But Opera works correct...
  2. genaweb

    range.startContainer - problem in FF

    sorry for my english if it is incorrect, because i'm from russia... thats my problem: i get the Selection from iframe (designmode is in ON) by: var selection = editor_window.getSelection(); then i get Range by range = selection.getRangeAt(0); after that i write start = range.startContainer...

Part and Inventory Search

Back
Top