[CODE=javascript]var a=document.getE lementById("cmb State3"); // some id
if(a=="cmbState 3"){
alert("Inside") ;
}
[/CODE]
// it is not working .not comparing ..... any solution plz............ ..
if(a=="cmbState 3"){
alert("Inside") ;
}
[/CODE]
// it is not working .not comparing ..... any solution plz............ ..
Comment