
October 30th, 2003, 06:25 AM
|
|
Junior Member
|
|
Join Date: Oct 2003
Posts: 1
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
|
unique entry in form field validation
This is about a simple form validation in asp using javascript...there is one field called invoice_number which requires an unique invoice number as input. Whenever user inputs duplicate values message should pop up as warning on submit of the form. A sql fetches all the invoice nos. from database into an array using getrows...how do i use the result of getrows in javascript to perform client side validation....thanks a lot in advance :-)
|