Thread
:
how to add a HTML string to the document using javascript
View Single Post
18-Oct-2007, 12:35 AM
#
2
(
permalink
)
Anilrgowda
Administrator
Posts
: 18,715
Join Date
: Jan 2006
Rep Power:
10
IM:
Re: how to add a HTML string to the document using javascript
Create DIV in body. You can change innerHTML in this DIV
for example:
HTML:
your default body in HTML
javascript
:
document.getElementById("divname").inner
HTML = "yoyoyo
";
------------------
Anilrgowda
View Public Profile
Send a private message to Anilrgowda
Find More Posts by Anilrgowda