I am using 3 text boxes for range selections. I want to show range value in a message box when user enters range in text box.
Suppose user enters
- 100 in 1st text box , I want to show “you are selected <100”.
- 100 in 1st text box and 500 in 2nd text box I want to show “you are selected 101 – 500”
- 500 in 2nd text box and 1000 in 3rd text box I want to show “you are selected 501 – 1000”
After entering a value in 3rd text box ,I want to show all ranges in message box.
How can I do this?
Have a look at this example I’ve coded
http://jsbin.com/ovepo4