Advertisement

1 - 10 of 991 containing alltags:("textarea") (0.001 seconds)
I have a "Comments" field in a form.  When someone leaves a lengthy comment, and  receive it in email, it is all on one line and scrolls off the screen.  Even worse, I need to print these emails ou...
Zones: HTMLDate Answered: 04/29/1997 Grade: C Views: 0
I'm developing an applet which receives results from a database and then appends the results string to a textarea component. The string contains a url which I want to appear as a working link when...
Zones: JavaDate Answered: 06/12/1998 Grade: B Views: 0
I have a TextArea that I am using to format some text data.  I would love to use Swing's JTable but we (they) have decided to use the AWT for now until we can convert it all to Swing. Everything ...
Zones: JavaDate Answered: 08/24/1998 Grade: A Views: 0
Can anybody help me to correct and improve the following program? I use JDK1.1.6. I want to display all columns and rows of the given result set in a textArea when the user selects the item "View"...
Zones: JavaDate Answered: 10/16/1998 Grade: A Views: 0
Hello. I have a extremly urgent problem with the vertical scrollbar in java.awt.TextArea, in JDK1.0. When a new line is appended in my java.awt.TextArea object the TextArea shows the last line app...
Zones: JavaDate Answered: 12/21/1998 Grade: B Views: 0
I have a textarea that displays the contents of a file on a server.  I want to erase the textarea before displaying a second file.  How do I erase the first file?
Zones: JavaDate Answered: 03/09/1999 Grade: B Views: 0
I'm trying to write a function to do the following:   There is a TextArea that contains some text.  The user selects some text, then presses a button, which calls a function that takes the selecte...
Zones: JavaScriptDate Answered: 05/04/1999 Grade: C Views: 0
I've got a class with a TextArea object in it and I'm using the append(String txt) method to add text to it.  I'm using this TextArea object to display log information from my Java application, and...
Zones: JavaDate Answered: 05/27/1999 Grade: A Views: 0
Hey all, Just need a urgent help with this Javscript application. On my application, I have set of radio buttons.. with a Text box and TextArea and ListBox.. radio button --- ListBox (default ...
Zones: JavaScriptDate Answered: 03/03/2002 Grade: A Views: 0
I'm editing a text file in a textarea. Each time I output it it adds a chr(13) to the end (and consequently a <br> since I replace them). How can I avoid that? Here is the code:     ' Open te...
Zones: ASPDate Answered: 02/03/2000 Grade: A Views: 0