Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

Lolu chungechunge lwabekwa kunqolobane. Uyacelwa ubuze umbuzo omusha uma udinga usizo.

website not working in FF but works in Chrome and IE

  • 3 uphendule
  • 4 zinale nkinga
  • 27 views
  • Igcine ukuphendulwa ngu cor-el

more options

Any idea why this fishing map does not show up in FF but works in IE and Chrome?

https://tpwd.texas.gov/fishboat/fish/programs/gofishing/santoniofish/satx_map.phtml

Any idea why this fishing map does not show up in FF but works in IE and Chrome? https://tpwd.texas.gov/fishboat/fish/programs/gofishing/santoniofish/satx_map.phtml

Isisombululo esikhethiwe

You will notice that there is a shield icon to the left of the "Site Identity Button" (globe/padlock) on the location/address bar to indicate that mixed active content is blocked.

There is also an error in the Web Console (Firefox/Tools > Web Developer).

Blocked loading mixed active content "http://maps.googleapis.com/maps/api/js?key=AIzaSyDfhSEgHCTbghyruX1xpH26tysiRJI78og&sensor=false"[Learn More]

You would have to change the URL to https or leave out the protocol:

<script type="text/javascript"
    src="//maps.googleapis.com/maps/api/js?key=AIzaSyDfhSEgHCTbghyruX1xpH26tysiRJI78og&sensor=false">
</script>
Funda le mpendulo ngokuhambisana nalesi sihloko 👍 0

All Replies (3)

more options

Isisombululo Esikhethiwe

You will notice that there is a shield icon to the left of the "Site Identity Button" (globe/padlock) on the location/address bar to indicate that mixed active content is blocked.

There is also an error in the Web Console (Firefox/Tools > Web Developer).

Blocked loading mixed active content "http://maps.googleapis.com/maps/api/js?key=AIzaSyDfhSEgHCTbghyruX1xpH26tysiRJI78og&sensor=false"[Learn More]

You would have to change the URL to https or leave out the protocol:

<script type="text/javascript"
    src="//maps.googleapis.com/maps/api/js?key=AIzaSyDfhSEgHCTbghyruX1xpH26tysiRJI78og&sensor=false">
</script>

Okulungisiwe ngu cor-el

more options

You're welcome