I need to move some content from head tag into body tag. Can anyone can me some advice please?
A:
Your options are:
- directly process the html.
- move stuff around via DOM.
It'd help to know what kind of content you're talking about: from where to to where.
zebediah49
2010-07-30 02:56:45
Hi thanks for reply, please check the source code belowview-source:http://www.xuanyinwen.com/test2.htmlthis is for the google maps, but when I move the javascript to the body, it will not work.many thanks
xuanyinwen
2010-07-30 03:11:02
A:
Hi thanks for reply, please check the source code below view-source:xuanyinwen.com/test2.html this is for the google maps show on the my webpage, but when I move the javascript to the body, it will not work. for some reason, I have to move it to the body tag. any idea how can I do that please.
many thanks
xuanyinwen
2010-07-30 03:34:54