[Javascript] Listbox

Dave Stoltz dstoltz at shh.org
Tue Feb 3 14:57:28 CST 2004


WOO HOO!!!

Thanks all for your help - it's working! 

-----Original Message-----
From: javascript-bounces at LaTech.edu [mailto:javascript-bounces at LaTech.edu]
On Behalf Of Chris Tifer
Sent: Tuesday, February 03, 2004 3:13 PM
To: [JavaScript List]
Subject: Re: [Javascript] Listbox


> for(count=1;count==howmany;count++)

My guess is that everything else you have is correct. It's this particular
line. Change it to:

for( var count = 0; count < howmany; count++)

I believe the part of you selecting the options is correct, although I
haven't tested it.

_______________________________________________
Javascript mailing list
Javascript at LaTech.edu
https://lists.LaTech.edu/mailman/listinfo/javascript





More information about the Javascript mailing list