Hi,
Its working fine with IE but Icons are not showing up in 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");
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
-~----------~----~----~----~------~----~------~--~---