Hi
The compare fails. I tried this and it works
if(clientId == ("Store 60B[85132600005.45641304745.1111]"))}
do something
}
Thanks For Your Response
On Friday, November 8, 2013 1:08:21 AM UTC-6, pame...@aol.com wrote:
-- The compare fails. I tried this and it works
if(clientId == ("Store 60B[85132600005.45641304745.1111]"))}
do something
}
Thanks For Your Response
On Friday, November 8, 2013 1:08:21 AM UTC-6, pame...@aol.com wrote:
Hello:
I trying to check for a certain condition and the if statement is failing. What I trying to do is check for client id from a drop down box.
When I put in alert statement it captures but when I try to put it in an if statement it breaks I can't figure out why. Example
clientId = list.options[list.selectedIndex].value;
//if(clientId == ("Store 60A[85132600005.45640302410.1111]")){
if("Store 60A[85132600005.45640302410.1111]".equals(clientId)) {
alert("Capture client ID" + Store 60A[85132600005.45640302410.1111]);
}
else{
alert("not right id");
}
I tried it two ways and both break the function. What am I doing wrong with this string.
Thanking you in advance.
PH
You received this message because you are subscribed to the Google Groups "JavaScript Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email to javascript-information+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.