I have 2 different SELECT OPTION in a form.
The first one is Source, the second one is Status. I would like to have different OPTIONS in my Status drop-down list dep
You're better off making two selects and showing one while hiding the other.
selects
It's easier, and adding options to selects with your method will not work in IE8 (if you care).
options