creating a list in a new window from checkbox selections

Fullmetal Chocobo

Moderator<br>Distributed Computing
Moderator
May 13, 2003
13,704
7
81
Okay, I have a page that calls alpha_sel_list(), and it creates list correctly, with the checkbox form items, etc. I plan on creating a function linked to the "Create Commx" button to generate a new list from the selected items. The only problem is that I can't get "create commx" to do anything. It calls "copy_selected_comm()", but it won't create a new window.

Am I missing something simple, or is this impossible?

Is it possible to create a list from checkbox selections on another page? I'm searching through the usual sites, and I'm not coming up with anything.
 

Fullmetal Chocobo

Moderator<br>Distributed Computing
Moderator
May 13, 2003
13,704
7
81
Bump for change of title... I'm working on changing the code around to see if I can do this another way, but I'm not sure if I can generate a list on another page from a new window...