i have a combo box from where i get values and i get the values also correct but when i compare them it is not getting compared and i don't get the results too.
if(selectedItems[2] === "Pick Pack"){
alert("packing Method 1: "+selectedItems[2]);
global.getElementById("CIMtrek_daily_contact_1").value="";
global.getElementById("CIMtrek_daily_contact_1").value="[email protected]";
}
when i printed selectedItems[2] it gives me Pick Pack but does not get in to the if condition and alert.
I tried to alert but the alert is not coming. Please help me to fix this
Best Regards
"Pick Pack"or"Pick Pack "?