JavaScript - client-side text-box validation using JS
Asked By Bhawana on 29-Jun-12 09:42 AM
Hi. Is it possible to insert a client side javascript for textbox control that would do the following client side validation
if user select value from dropdowllist
Is Empty or Is Not Empty then textbox will be disable.
Bhawana replied to Super Man on 02-Jul-12 04:26 AM
my dropdown will fill with below mention value
is exactly
Is Empty
Is Not Empty
contains
begins with
ends with
and when user will select
Is Empty
Is Not Empty
than only i have to disable the textbox,
can you help me now