Click to See Complete Forum and Search --> : text input


wind0965
01-13-2004, 06:15 AM
I would like to get text from .txt or .rtf file, and show it in somewhere of the webpage(ie). And it should be editable on the webpage. Maybe textarea is a good idea, but I can not realize it.
Any help would be appreated.
Thank you.

clairec666
01-13-2004, 06:22 AM
You can do this using server-side code. You can use a language such as PHP (recommended) to retrieve text from a .txt file and to input information into the file.