Question on error
I am getting the following error:
'value' is null or not an object
on this line:
var item0 = document.addItems.elements['stockReq.reqItems[0].itemNum'].value;
I'm trying to validate if field is Null.
I'm sure this is something pretty simple I just can't see it.
Any help would be appreciated.
Thanks
|