I have a form with an array of text boxes and hidden fields (input1, input2,... hdnReason1, hdnReason2,...) If the value of the text field is below a certain value, I want to call a popup for the user to enter a reason. I then want to pass that reasons back to the correct hidden field on the parent page. I think that I can loop through text fields and call the popup; how do I get the value back from the popup to the correct hidden field. I have just enough knowledge of js to be dangerous. A brief overview of what is happening would help take the edge off. Thanks in advance!!