tags:

views:

56

answers:

2

I need to move some content from head tag into body tag. Can anyone can me some advice please?

A: 

Your options are:

  1. directly process the html.
  2. move stuff around via DOM.

It'd help to know what kind of content you're talking about: from where to to where.

zebediah49
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
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