I have a form field in which a user types in an ID or a search name. I would like my onclick event for that field to open a new form (which I can do) and use the value from the form field in the new form to do a record search in ASP and then return either the ID number (if there is only one match for the name search), a list of possible records (if it's a name search) or verification that the ID number they entered is correct and show the matching name. My question is how would I transfer a form field value to the pop up window from the parent and then back to the parent from the pop up window (and then close it)?