Link to home
Start Free TrialLog in
Avatar of Hiroyuki Tamura
Hiroyuki TamuraFlag for United States of America

asked on

selecting item in new window

i need to select multiple items in a pop up new window. do you know how to make this script?
Avatar of Member_2_908359
Member_2_908359
Flag of France image

Either you loop several times and store the successive values in a variable for further use, or you use  a checkbox instead of a popup menu if you don't have too many values in the list
Avatar of Hiroyuki Tamura

ASKER

thank you, lesouef:)
would you give me any idea how to make a script for it?
yes, but which solution would you like, loop several time with the popup or use a checkbox? the latter does not need any script actually
popup pls:)
ASKER CERTIFIED SOLUTION
Avatar of Member_2_908359
Member_2_908359
Flag of France image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
thank you.