SOLVED RE: [thelist] JavaScript: cannot assign to a function resu lt

Joel Canfield joel at spinhead.com
Wed Mar 5 19:48:01 CST 2003


--
[ Picked text/plain from multipart/alternative ]
> array notation, array notation, array notation.
>
> instead of:
>
> strGLCodeSub = "window.document.theForm.glcodesub" + j + ".value"
>
> try:
>
> strGLCodeSub = window.document.theForm.elements['glcodesub' + j].value;

<snip>

> see if that doesn't help ya.

sure 'nuff does. Looks like it's time to dig out my DannyG again

thanks

joel



More information about the thelist mailing list