Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > ASP General > textarea to doc file

Reply
Thread Tools

textarea to doc file

 
 
janet
Guest
Posts: n/a
 
      08-25-2003
HI..

I want that when the user writes a story (some content) in
the textarea...it sould get saved as a word file.

Actually the concept is that the student writes a story in
textarea and submits. But when teacher views that story he
should be able to open it as a doc file so as to make some
corrections like strikethrough, highlight etc.

So what I want is that the story should be saved as a doc
file in database...can it be possible?

or I am thinking to way behind the possibility?

thanks

Janet.
 
Reply With Quote
 
 
 
 
only me
Guest
Posts: n/a
 
      08-25-2003
You could allow the students to create their story in normal <textarea> as
plain text, save that as file or field in database, then use something like
this (http://www.interactivetools.com/products/htmlarea/) on another
teacher only access page for the teacher to make his/her corrrections.

I should try to keep Word out of it, it will fill your file so full of HTML
you'll have a job to see the wood from the trees

"janet" <> wrote in message
news:03ca01c36aaa$4ff6e130$...
> HI..
>
> I want that when the user writes a story (some content) in
> the textarea...it sould get saved as a word file.
>
> Actually the concept is that the student writes a story in
> textarea and submits. But when teacher views that story he
> should be able to open it as a doc file so as to make some
> corrections like strikethrough, highlight etc.
>
> So what I want is that the story should be saved as a doc
> file in database...can it be possible?
>
> or I am thinking to way behind the possibility?
>
> thanks
>
> Janet.



 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
How to add </textarea> within <textarea> tags? frank.moens@gmail.com Javascript 1 07-04-2007 04:00 PM
Textarea Inside of a textarea wperry1@gmail.com ASP General 6 02-05-2006 08:00 AM
cannot I search the doc's contents (doc=file.read) one more times? shaobo.li@gmail.com Ruby 0 01-11-2005 09:18 AM
String[] files = {"a.doc, b.doc"}; VERSUS String[] files = new String[] {"a.doc, b.doc"}; Matt Java 3 09-17-2004 10:28 PM
Removing carriage returns from <textarea></textarea> input Augustus ASP General 1 09-10-2003 04:55 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57