As Joseph mentioned, what happens when you break and look at the value for clientId? Also, when you say the function breaks, do you mean that you're getting an error, or that the comparison fails? Is Store60A[xxxxxx] supposed to be a string literal? You have it enclosed in quotes like it is, but then in the alert statement, the quotes are left out.
On Friday, November 8, 2013 2:08:21 AM UTC-5, pame...@aol.com wrote:
-- On Friday, November 8, 2013 2:08:21 AM UTC-5, 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.