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

    Passing inputs to a child window

    How can I pass inputs using window.open from a parent to a child window without using the querystring? I need to pass them to the child window and then get them back into VBScript(or at least HTML), so I can reprint the form in the child. I can get them passed into an array in the child...
  2. tridom

    Reformat using Javascript

    I've got a problem using javascript in the onBlur for a social security number input. The javascript function I am using is as follows: function checkSSN() { var SSN = document.getElementById('SSN'); var nums = SSN.value.replace(/[^0-9]/ig, ''); if (!nums) { return; } if (nums.length ==...

Part and Inventory Search

Back
Top