I have an iframe within a jsp page which displays rows from a database. I
then have a checkbox where, when I check/uncheck the checkbox it performs
operations on the rows listed in the frame.
I get a jscript "undefined" error if 1 row is returned in the iframe. If I
have more that 1 then my length for the iframe shows the amount. if only 1
row is the iframe then my length comes up undefined
then have a checkbox where, when I check/uncheck the checkbox it performs
operations on the rows listed in the frame.
I get a jscript "undefined" error if 1 row is returned in the iframe. If I
have more that 1 then my length for the iframe shows the amount. if only 1
row is the iframe then my length comes up undefined
Comment