the javaconsole is telling me that ss has no properties. i've searched the web but have not found the correct code or don't understand it to correct my error. i think i need an "either " "or" statement or something like that. in the html i have two fields that are named member and one value has "Yes" the other a value of "no". here's my function code
> }
> function NoneWithCheck(ss) {
> if(ss.length > 0) { return false; }
> return true;
> }
> so if you have time or the inclination i would be appreciative of some help.
>
> }
> function NoneWithCheck(ss) {
> if(ss.length > 0) { return false; }
> return true;
> }
> so if you have time or the inclination i would be appreciative of some help.
>