I have a length field that works fine in my Javascript program but it's really long and unwieldly. So I tried to assign a short variable name to it but MS IE doesn't like my statement (something about NaN, which I know means "not a number"). Does anyone see anything wrong with coding . . . . .
var tablelen = document.SlideShow.SelectTable.length;
(The length is the total number of entries in a SELECT table)
Thanks.



Reply With Quote


Bookmarks