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

  1. runcsmeduncs

    Easy problem with function

    Hello I am fairly new to JavaScript so bare with me on this one. My function looks like this: <script language="JavaScript" type="text/JavaScript"> function checkForm(theForm){ box1 = frmHR.p_update; box2 = frmHR.p_hr_update; if(frmHR.p_update.length){ for...
  2. runcsmeduncs

    Popup and retrieval of values

    I have a form that launches a popup when the user clicks on an anchor link. The html for the popup looks like this: <html> <head> <script language="JavaScript" type="text/javascript"> function passBack(x) { opener.document.frmdept_submit.p_dept.value= x...

Part and Inventory Search

Back
Top