hi,
i am trying to run a simple html page with a
java script validation for range validation
i have two text fields in which user enters two alphanumeric values
i have to validate if the first value is less than second or not.
when i click on submit i am getting "document.id.value" is null or not an
object
my function is
how to fix this...
thanks