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

  • Users: pazan
  • Order by date
  1. pazan

    How do you refresh page on entry?

    That's just an Idea but you can try something like this (I didn't try it so there may still errors): <HTML> <SCRIPT language = "javascript"> var timeIsOut = false; function reloadPage(){ var newLocation =...
  2. pazan

    getting cursor position

    Ok, I'm sorry for this stupid introduction. That was just an example. So just imagine a function that gives the cursor position IF THE FIELD HAS THE FOCUS (forget the button) and a negative value else (for example -1). Hope this is clearer
  3. 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>...
  4. pazan

    selecting textfield text

    Thanks a lot adam0101 that's excatly what I needed :)
  5. 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...
  6. pazan

    autocomplete drop down list

    Hello, I'm actually encountering exactly the same problem as you. I'm writing you this message because I'm about to found the solution (I have found it but I want to improve it). If you are interested I think I will be able to give you the code in one or two weeks at most (I'm sorry but I have...

Part and Inventory Search

Back
Top