I'm writing a form that will include a place to upload a pdf. I would like the upload section to be a separate form in a popup. After the user successfully uploads a file I want the original form/window to update with a link to the uploaded file and a button to change the file (upload a new file).
I'm basically stuck on the communication between the windows. I was attempting to run a javascript function on the body load of the form action script that would modify the html of the original window. Is this possible or is there some other method that would work better?
Thanks,
David