I am having trouble importing my Google Map Club Locator (Store
Locator) into my existing HTML template with the code below.
<?
require_once "phpGoogleStoreLocator.php";
?>
</div></td></tr></table>
<?
require_once "phpGoogleStoreLocator-javascripts.php";
?>
However, IE7 will not open the map search results page due to an
script error. IE8 will with a script error pop-up, and of course
Safari and Firefox will not have issues opening it.
Major error I cannot seem to around is the fact that the Google Map
page contains a Head section. When I remove that or move the
Stylesheet Link to where I think it should be then it breaks it and
the map function does not work.
<? // Include the stylesheet for our phpGoogleStoreLocator
application ?>
<link rel="stylesheet" type="text/css" href="/club/
phpGoogleStoreLocator-css-stylesheet.css" />
I'd like to keep the 5 column layout and import the map into the
center column. I can send the pages to you offline as there is a lot
of code. (
modelyacht.org/club/)
Thanks in advance.