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!

Recent content by chuckyarg

  1. chuckyarg

    Cursor Pos

    I know, so far is what I have found. Does somebody has other solution?
  2. chuckyarg

    Cursor Pos

    I found a way to do it Just for you information var obj = document.body.createTextRange(); return obj.queryCommandValue('OverWrite'); It will return true when is OverWrite mode, and false when is Insert mode. Thanks
  3. chuckyarg

    Cursor Pos

    Hi Does somebody know how to get the stutus of the insert mode with Javascript? Thanks
  4. chuckyarg

    Cursor Pos

    Hi Does anybody know how to get the current cursor position in an input type='text'? Thankd Chucky

Part and Inventory Search

Back
Top