i'd recommend pasting your js sample into something shareable and interactive, jsfiddle comes to mind.
i don't know, works for me ok: http://jsfiddle.net/3LbbJ/
On Thu, Nov 7, 2013 at 11:08 PM, <pamelapdh@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.
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.