Hi,

Its working fine with IE having problem with FireFox

var ocbEstablished;
        ocbEstablished= document.getElementById("cbEstablished");
        var ocbChurchPlants;
        ocbChurchPlants= document.getElementById("cbChurchPlants");
        var ocbPotentialPlants;
        ocbPotentialPlants= document.getElementById("cbPotentialPlants");
        var ocbPotentialSites;
        ocbPotentialSites= document.getElementById("cbPotentialSites");
   // alert(ocbPotentialSites);


         if (!ocbEstablished.value)  {
          }
        else
        {
        getEstablishedChurches();}



         if (!ocbChurchPlants.value)  {
          }
        else
        {
        getChurchPlants();}




                 if (!ocbPotentialPlants.value)  {
          }
        else
        {
        getPotentialChurchPlanters();}





         if (!ocbPotentialSites.value)  {
          }
        else
        {
        getPotentialChurches();}

Thanks!
Anita.

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to