cactus1000
Programmer
This is an easy one (but I don't know how to do it)
I have a search form -- there's a checkbox for "search all" and a textbox for "search by name".
I need the check in the "search all" checkbox to become un-checked when someone types something into the textbox.
I know my asp code should check the value of the textbox and reset the checkbox accordingly before executing any other code, but I just don't know the syntax.
I have a search form -- there's a checkbox for "search all" and a textbox for "search by name".
I need the check in the "search all" checkbox to become un-checked when someone types something into the textbox.
I know my asp code should check the value of the textbox and reset the checkbox accordingly before executing any other code, but I just don't know the syntax.