Dragonfish
Programmer
I´ve defined an area with
<DIV ID="AreaDiv">
</DIV>
The id referes to stylesheet properties which place this area on the browser. Using an external .js file I want to write text into this area..
function area() {
document.AreaDiv.write("This is a test."
;
}
But the syntax is wrong - AreaDiv - but I can´t find any documentation describing the correct syntax. Silly question I know but without documentation.....
Thanks for the help
DavidinGermany
<DIV ID="AreaDiv">
</DIV>
The id referes to stylesheet properties which place this area on the browser. Using an external .js file I want to write text into this area..
function area() {
document.AreaDiv.write("This is a test."
}
But the syntax is wrong - AreaDiv - but I can´t find any documentation describing the correct syntax. Silly question I know but without documentation.....
Thanks for the help
DavidinGermany