Posted By:
Ravi_kiran
Posted On:
Monday, April 16, 2001 12:41 AM
I created 3 Text boxes, where these values are added and the number of times "ADD" button is clicked is stored in a hidden variable.
Some times I am getting an error like "document.p.nr.value is not an object" or "document.p.no1.value is not an object" where p is the form name, nr is a hidden type, no1 is a text field
name.
Why this error?