Google Maps Question

4 messages Options
Embed this post
Permalink
don jenkins

Google Maps Question

Reply Threaded More More options
Print post
Permalink
Hi All,
I've searched this forum and still could not find out what I'm doing wrong with the Google Maps and Shadowbox. I'm only trying to link text to make SB pop up with a simple Google Map location.

In the head I put:

<script type="text/javascript" src="shadowbox.js"></script>
<script type="text/javascript">
Shadowbox.init();
</script>

In the body I put:

Barstow  Train Station

From the examples given from others I followed them exactly. As of now only the blackbox starts to pop up but the map doesn't display. Please help. Thanks.
don jenkins

Re: Google Maps Question

Reply Threaded More More options
Print post
Permalink
<script type="text/javascript" src="shadowbox.js"></script>
<script type="text/javascript">
Shadowbox.init({
        players:    ["iframe"]
});
</script>

OK so I figured out that maybe I have to use the iframe deal but that is only pulling up my website and not the link I directed it too.

I really want the Google map deal to work and now I can't even make the html deal work. I tried so many things and can't figure this out. Please help.
don jenkins

Re: Google Maps Question

Reply Threaded More More options
Print post
Permalink
oh forgot the link to this is at : http://comfortsuitesbarstow.com/near-by.html

Look for the orange link named barstow train station.

Thanks again.
don jenkins

Re: Google Maps Question

Reply Threaded More More options
Print post
Permalink
OK nevermind I figured it out by reading the directions again for the fifth time lol.