M
Matjaz Zalar
Hi,
I have following problem:
1. template content is stored in database string field, for example:
"<HTML><HEAD></HEAD><BODY ID="BODYTAG"></BODY></HTML>
2. page content is also stored in database:
"<div>Hello Problem!!</div>"
3. page.aspx must first load template value and then inserts into template
body innerHTML value of content.
Question:
Is there any possibility to access body through ID:
BODYTAG.innerHTML = "<div>Hello Problem!!</div>"
Thanks for Your reply,
Matjaz Zalar
I have following problem:
1. template content is stored in database string field, for example:
"<HTML><HEAD></HEAD><BODY ID="BODYTAG"></BODY></HTML>
2. page content is also stored in database:
"<div>Hello Problem!!</div>"
3. page.aspx must first load template value and then inserts into template
body innerHTML value of content.
Question:
Is there any possibility to access body through ID:
BODYTAG.innerHTML = "<div>Hello Problem!!</div>"
Thanks for Your reply,
Matjaz Zalar