|
Subject:
|
recordset and Javascript
|
|
Posted By:
|
kroachOTS
|
Post Date:
|
1/10/2006 2:26:08 PM
|
I am trying to check a recordset in a onblur within a textbox. What this web page is suppose to do is check if a unit & date exists in the database on the server, it has to check it on the client-side.
Kenneth L Roach
|
|
Reply By:
|
jbenson001
|
Reply Date:
|
1/10/2006 2:43:07 PM
|
You can do it client side. The DB is on a server. You will need to post back and query the DB. Or you can try using client call backs (AJAX)
Jim
|