I work with a CDML programmer on asset management sites.
Have problem with getting code for a search page. What he is looking for is a field validator. What he's looking for a JavaScript to do is this:
When a specific field is empty, then the search returns nothing. (not return an error message). If the field has a product name it has to be an exact match to the product name in the database it is accessing.
(e.g., search for "Product A", must have "Product A" in the field. all results will have "Product A" only, not "Product", "Product B", etc. If there is nothing in that field, there is no search using that criteria).
Any help rendered would appreciated!
Have problem with getting code for a search page. What he is looking for is a field validator. What he's looking for a JavaScript to do is this:
When a specific field is empty, then the search returns nothing. (not return an error message). If the field has a product name it has to be an exact match to the product name in the database it is accessing.
(e.g., search for "Product A", must have "Product A" in the field. all results will have "Product A" only, not "Product", "Product B", etc. If there is nothing in that field, there is no search using that criteria).
Any help rendered would appreciated!