Dec 4, 2004 #1 rob51383 Programmer Jun 23, 2004 134 US I need to get all values from a select box when the form is submitted. Seperate the values by a comma. Assign all of values to a variable.
I need to get all values from a select box when the form is submitted. Seperate the values by a comma. Assign all of values to a variable.
Dec 5, 2004 #2 PaulTEG Technical User Sep 26, 2002 4,469 IE Rob, only the selected item will be transmitted, you'd have to pick up the values of the options by parsing the form beforehand --Paul Nancy Griffith - songstress extraordinaire, and composer of the snipers anthem "From a distance ... Upvote 0 Downvote
Rob, only the selected item will be transmitted, you'd have to pick up the values of the options by parsing the form beforehand --Paul Nancy Griffith - songstress extraordinaire, and composer of the snipers anthem "From a distance ...
Dec 6, 2004 Thread starter #3 rob51383 Programmer Jun 23, 2004 134 US Thats what I thought.. The best way to do this is answered here: http://www.tek-tips.com/viewthread.cfm?qid=962356 Upvote 0 Downvote
Thats what I thought.. The best way to do this is answered here: http://www.tek-tips.com/viewthread.cfm?qid=962356