http://qs321.pair.com?node_id=80194

ant has asked for the wisdom of the Perl Monks concerning the following question:

Hi
I'm trying to create a form in the original broswer window
that is only submitted once all the info is entered.
I am then using child windows to execute Perl scripts to
access a database using the values entered in the child form
and return the values from the DB back to the main parent
window. This part is ok.
But how do you get a javascript variable sitting in a
HTML textbox from the parent window into a child window Perl
script as a Perl Value.

Any Ideas???
Thanks for any help in advance

Ant