thank you.
I'm not sure I understand what you're saying. I have tried it the
following ways:
if ("COUNTY_NAM" == "WINNEBAGO"){
if ("{COUNTY_NAM}" == "WINNEBAGO"){
if ({COUNTY_NAM} == "WINNEBAGO"){
//*i get a syntax error on this try above*
if (COUNTY_NAM == "WINNEBAGO"){
//*nothing happens when I click on any county in this try
This is probably a dumb question but are dogears quotes? I googled it
but found nothing.
On Apr 1, 1:38 pm, Rossko <[email protected]> wrote:
> > if ("{COUNTY_NAM} == WINNEBAGO"){
>
> http://www.tizag.com/javascriptT/javascript-string-compare.php
> Observe how dogears are used to delineate strings
>
> This is a single string
> "{COUNTY_NAM} == WINNEBAGO"
--
You received this message because you are subscribed to the Google Groups
"Google Maps API" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/google-maps-api?hl=en.