tags:

views:

20

answers:

0

I have requirement where i need replace the Meta Tags on client side based on some user selection. For that what i have tried is i have meta content with in the DIV Tag. On Java script i am planning to replace. Div and innerhtml My Meta taga are placed with the Head tag. Using the DIV tag i am not able to put the meta tags dynimically. I am able to place all other type of content except Meta tag.

I would like to know is there any limitation what we can place and what we can not place in DIV tag.