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 bkrike 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: *

  • Users: pazan
  • Content: Threads
  • Order by date
  1. pazan

    getting cursor position

    Hello, I'm searching a solution to get the position of the cursor in a text field. Can anyone help me? So if We have a bit of code like this: <HTML> <SCRIPT language = "javascript"> function getCursorPos(elem){ ... } </SCRIPT>...
  2. pazan

    selecting textfield text

    Hello, I need a way to select the text of a textfield but not the whole text. I know the method elem.select() but I need something like elem.select(start, length) where start would be the id of the first character to be selected and length, the length of the selection. I have searched in google...

Part and Inventory Search

Back
Top