Quote Originally Posted by dml311071 View Post
Hi

I cannot get this mod to work:
I have the API key, I have long and lat. I have entered the html code into the conatct us page using the define pages editor and still no map just the outer border.
I get no error message and it doesn't work in any browsers!

Help

http://www.impact-leisure.com

Dave
Hi Dave,

Not sure if this will fix things, but your body tag output is incorrect.

It currently reads (at the end):

Code:
onunload=GUnload()">
I beleive that this should read:

Code:
onunload="GUnload()">
Try changing that and see what happens.

Good luck! :)