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!

Search results for query: *

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

    Using arrow keys to change <input> value

    Good morning all... I have a series of <input>s of type text each containg a string of length 4 representing a time, for example '0930'. I would like the user to be able to change that string using the UP and DOWN arrow keys, so that pressing the UP arrow key would change the string to '0931'...
  2. Nefarta

    Adding an avent handler to a Javascript array of objects

    I have a function that creates and returns an array of <div> each containong an <input> object: <style type="text/css"> #divContainer { position=absolute; top: 0px; left: 0px; display: block; } .TimeEditDiv { position:absolute; top: 0px; left: 0px; display: block; } .TimeEditInput {...
  3. Nefarta

    array of &lt;input&gt; ?

    Hi guys, Is it possible to create an array of elements, more precisely an array of <input> ? Thanx

Part and Inventory Search

Back
Top