in reply to transferring field value from a popup window to its main form
Unless you have some sort of push session in the main window and use a Perl script on the server to receive a form submission from the popup window, you're probably not going to find a way to do it in Perl.
JavaScript and the DOM are the quickest way to get this done -- at least, to my knowledge.
|
|---|