-
validating -ve/+ve sign for textfield with enabled/disable with Radio Buttons
Hi am using IE6 i have some problem with validating the textfield using two radio buttons while enabling and disabling depending upon positive and negative value in textfield
the scenario is like this
In my jsp page i had One TextField (Say: Amount) and a drop down Box (Say: Months) and two radio buttons (Say 1. Negative 2. Positive)
STEP: 1
By default the "Amount Field is displayed by "0" and dropdown is selected to "Some month" and "Negative" radio button is selected.
I want to validate in such a way that
If i edit the "Amount textfield" with negative value (i.e., Ex: -273) and tabbing out it should not throw an error (Ex: "Invalid data")
because the "Negative" radio button is already clicked. ( see above mentioned STEP:1)
but when u click "Positive" radio button it should through error msg "Invalid data" and also the "Drop down" what is selected should be "disabled"
and the cursor should focus on the "AMount" textfield
If i enter "Positive value" in "AMount field" (Ex: 233) when "Positive radio button" is selected it shouldn't through error msg
if i select "Negative Radio button" then "Drop down" should be enabled and the cursor should point to the "Amount Field".
Note: the values should not be cleared in the "Amount textfield" in any of the scenarios
it should not take any invalid alphanumeric characters say "@#$!*&^" etc.,
can any body suggest me to implement by giving example
-
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
Bookmarks