"Stian" <kmartin (AT) online (DOT) no> wrote:
Quote:
I have made a form with two SELECT LIST-boxes where the first is
dynmically filled when you enter the page, and then one can select
multiple options from the list and move across to the other box using
javascript. |
And what happens when JavaScript code is not executed?
Quote:
It currently looks like this (with four selections from the box).
1, 5, 9, 10 |
Well, just deal with it.
Quote:
I tried to manage this as a string, but was told that it was not a
string. Type mismatch: '[string: "1, 5, 9, 10"]' |
That's an ASP problem then. Try asking in an ASP group, and give a hint
about what you are actually doing, by revealing a piece of code. Posting
the URL wouldn't hurt either.
But regarding user interfaces, multiple selections in <select> menus
are generally awkward, inferior to sets of checkboxes. At least you
should specify a SIZE parameter value that equals the number of options.
--
Yucca,
http://www.cs.tut.fi/~jkorpela/
Pages about Web authoring:
http://www.cs.tut.fi/~jkorpela/www.html