I am a coldfusion programmer and want to know if there are any javascripts for Text Boxes that:
Will create a <br> tag when a user is typing in a text box and hits the enter key.
If there are not javascripts is there anything else that does this?
If you want to specify the 'cols' attribute let's say to 20,then in the function you must add 20 blank spaces in the section:
document.myform.textbox.value=document.myform.textbox.value+' ';
(here you put 20 blank spaces if you have 20 cols in your text box).
All this infor is great. But here is another text area question:
I users to be able to enter number signs, single quotemarks, double quotemarks and ampersands. Must they use HTML Character codes or Does Cold Fusion have an answer to this?
BTW I want them to be able us modify text with HTML code as well.
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.