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 ...
i made a guestbook with asp,
but my problem is: how can i put the br tag when the user takes a new line ????
example:
the user typed this:
hello,
how are you
bye
and in the guestbook it looks like this:
hello,how are you bye
thanks, fretn
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.