is it possible to put text who's in a layer in a variable ...
<layer id="layerID">this text should be in a variable</layer>
in explorer it's like this:
<div id="divID">text.....</div>
var text;
text = document.all.divID.innerHTML;
but how can i do this in netscape ????
thank you very much
fretn
<layer id="layerID">this text should be in a variable</layer>
in explorer it's like this:
<div id="divID">text.....</div>
var text;
text = document.all.divID.innerHTML;
but how can i do this in netscape ????
thank you very much
fretn