Entries Categorized as 'javascript'

How to Load and Unload Google Maps Without Using the BODY Tag

Date July 6, 2007

I recently ran into a situation where I wanted to display a google map on a single page of a CMS website. The CMS uses a standard header for all pages which renders an identical BODY tag for all pages of the site.
Since the google map is only present on one page of the site, […]