I'm trying to embed this guestmap:
http://www.thompsonbd.com/guestmap.php into WordPress 2.0.4
To this end, I've read all of the below and many more in the last couple of days:
http://codex.wordpress.org/Pages#Page_Templates
http://wordpress.org/support/topic/22160?replies=2
http://rollerweblogger.org/wiki/Wiki.jsp?page=TwistyComments
http://news.hping.org/comp.lang.javascript.archive/0126.html
http://www.thompsonbd.com/forums/viewtopic.php?t=98
http://www.galleryembedded.com/forums/viewtopic.php?p=14498#14498
(the method mentioned in the last link was too ugly and stopped working after the guestmap was updated for API V2)
So, the closest I could come up with was:
http://www.horseriding-dunedin.co.nz/guestmap.txt
which is just a modified version of the plugins template.
It can be seen in non-action at:
http://www.horseriding-dunedin.co.nz/trek/guestbook/
The map loads fine, but try as I might (and oh, how I've tried!) I can't get the javascript and
<body onload="onLoad()" onunload="GUnload()">
parts to go in the right place.
I've tried my best to learn on my own, but I think there's something fundamental about page wrapping I'm not understanding, and I'd greatly appreciate the assistance.