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
visit <A HREF="http://www.elsenfranky.com" TARGET="_new">www.elsenfranky.com</A> ann look in the javascript code, maybe this wil help you (there are still a few errors in this site, but i didn't had time yet to fix them)
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.