Newbie Alert! I have tried a few different ways of implementing the samples that both grassblad and b fletcher graciously provided in a previous post, but I still need a bit of help. Here is an example of how I am passing a single value to a form on another page:
http://www.stevensmediasolutions.com/test/jspass/pass1.htm Simple enough. Ideally, I would like to have only one results form (where the values are passed to), so if the code in the second page can be identical for passing both single and multiple values, it would be ideal. Here is an example of passing multiple values that doesn't work:
http://www.stevensmediasolutions.com/test/jspass/multivalue1.htm Note that the checkbox names are identical and must be so. My simpleton thinking, indicates that if it were possible to define an array in the HEAD, something like this: <_script_ LANGUAGE= _java_script__ var mls = new Array(); mls[0] = new Array(); mls[1] = ( mls123456 ); mls[2] = ( mls654321 ); </_script_ Then somehow call the array on the first page... would that work? Like I said, newbie! All comments appreciated. thanks!! SAM
