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 wOOdy-Soft 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: gabrielAllen
  • Content: Threads
  • Order by date
  1. gabrielAllen

    Adding a character to string created with an array

    I have an array of address information - 7 elements. I am currently use join() to string these values together, but need to add a "," after each value if it is not null. Also, I only need this for the interior of the string. The last element does not need a ",". Example: Address1, City...
  2. gabrielAllen

    Text field losing focus

    I have a page that has a try-catch and alerts the user if a certain criteria isn't met. This criteria is determined with server-side javascript that is 3rd party code, which cannot be modified. Anyway, when loading the page, the first text-box should maintain focus after load and any alerts...
  3. gabrielAllen

    Checking for one of two static passwords

    I have a submit button that needs to check for either of two static passwords, which enables a submit button. Currently, I have one password that I create with: var soPasswd = "Password1"; function getsoPasswd() { return soPasswd; } which is in a global *.js. And I have a function in...
  4. gabrielAllen

    5 digit numeric mask and enabling submit

    I need to limit the input of a text field to numeric values only. Also, this field has a min/max of 5 characters and enables a submit-button "onkeyup" of the 5th value. How can I accomplish this? Thanks in advance.
  5. gabrielAllen

    Creating a new file from other files...

    I have an infinite number of incoming files that need to be reformatted and combined into one file. Combining them is easy. My problem I am getting a "|" delimited file of 2 fields, vendor# and vendor name, that I need to create a fixed width record with and be able to add a date to the end of...
  6. gabrielAllen

    focus() not working...

    I have a form (main) with a row of several fields. In the first field, an "onDblClick" opens a small window (child) with a list of values. When you double a value in the child window, it closes and populates the row in the main page. Here is my problem, after I close the child window and it...

Part and Inventory Search

Back
Top