Mark,

An example of where we do this type of functionality is one the New York Festivals website.

http://www.newyorkfestivals.com/main.taf?p=2,6,1

is a link to the entry form for their current design and print competition

Look at the source code of this page specifically near the "Category" selection.

You will notice that when you click on "SELECT A CATEGORY HERE" you will get a popup window where you will get a list of categories. clicking on a category will close the popup window, and save that information in the previous page. It saves it by writing it to the document so you can see it, and by saving it in a hidden field.

/John

Mark Weiss wrote:

I need an example of copying information between windows. I have read and
re-read Javascript 1.2 looking for examples but can't find it. I know it is
an old book.


Anyway. I want users to be able to click on a link, open a window, select
some information and then click another button that copies that information,
closes the window and places the information in the orignail window fields.

If an example is too complicated, please send me to a place on the web to
read about it. I am willing to do the work here.

Thanks so much

Mark Weiss


________________________________________________________________________ TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf



________________________________________________________________________
TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf

Reply via email to