hi,
i have a drop down when i select value 1 pop message show.hello
when i select value 2 pop message show . welcome
can any one provide me a syntax.
thanks for the help.
hi,
i have a drop down when i select value 1 pop message show.hello
when i select value 2 pop message show . welcome
can any one provide me a syntax.
thanks for the help.
Dear Immad,
Add a Select component Value change event handler to check a selected value:
preif ($(this).val() == 2){
alert("welcome");
}/pre
Thanks
Katya Yakusheva its work
by the way you are beautiful ![]()
Immad,
Thank you
Glad it helped.