PDA

View Full Version : Popup Window and Form Data Passing


Larentium
01-03-2003, 01:01 PM
I've been working with the script located at:
http://webdeveloper.earthweb.com/webjs/jsform/item.php/51021

It allows me to produce a popup window that can pass form data back to a form in the parent window. It is amazingly useful for Address books, color pickers etc.

The problem is that the demo works perfectly, but does not have a submit button on the parent window. When I added one, it does not successful transfer the select fields values. They seem to be lost.

Does any one know of another script that can pass multiple select form field values from one window to another?

Has anyone seen this script before and used it successfully?

Thanks,


Larentium