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 gkittelson 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. cnuguri

    JSP or Offline Entry Utility ? Help Pls !!

    sorry.. it should be window.opener.document.OrigForm.input1.value=document.popupForm.input1.value; cheers.
  2. cnuguri

    JSP or Offline Entry Utility ? Help Pls !!

    In javascript, window.opener refers to the window that opened the current popup window. so you can use this in the popup to send the values to the main window. example : write the following in the popup window. window.opener.document.OrigForm.input1=document.popupForm.input1.value; I hope...

Part and Inventory Search

Back
Top