DIV
Web Development
2
Posts
2
Posters
0
Views
1
Watching
-
i want to write inside a div, how? for example:
I want to write here!!
document.getElementbyId("a").????? = "value"; what is the property should i use. or Is there another way? Faris Madi Nothing Comes Easy (N.C.E.)
-
i want to write inside a div, how? for example:
I want to write here!!
document.getElementbyId("a").????? = "value"; what is the property should i use. or Is there another way? Faris Madi Nothing Comes Easy (N.C.E.)
innerHTML
-------------------------------------------------------- My portfolio & development blog Q:What does the derived class in C# tell to it's parent? A:All your base are belong to us!