Closed GoogleCodeExporter closed 8 years ago
Hi,
I solved it.By
for (i = 0; i < selector.options.length; i++) {
if (selector.options[i].selected && (selector.options[i].value != "")) {
if (values != "") values += ";";
values +=selector.options[i].innerHTML;
}
alert(values );
Original comment by maheswar...@gmail.com
on 24 Jul 2012 at 12:49
Glad you worked it out.
Original comment by womohun...@ittrium.com
on 24 Jul 2012 at 2:19
Original issue reported on code.google.com by
maheswar...@gmail.com
on 24 Jul 2012 at 10:57