I am a problem comparing DDC AND "DDC" , the if statement is not working.
here is my javascript code
Expand|Select|Wrap|Line Numbers
- var DDC=document.getElementById("<%= hvalue.ClientID %>").value;
- if (DDC=="DDC")
- {
- radalert (DDC);
- }
Problem comparing string variable: if statement not working
|