Hi-
Simple question that may require a difficult answer...
I am setting up a student web page where they view an image and make comments about it. I would like to have them make the comments directly on the web page that contains the image they are viewing and then be able to save the page, complete with comments in the textarea, for offline viewing/printing. So far the only way I have found of inputting text on the page is by using a textarea form. However, this text cannot be printed out nor can it be saved/viewed offline within the web page itself. It must be copied/pasted to a separate program such as Notepad or Word, and that defeats the whole intent of this activity. Is there any other way to do this? Is there a javascript that can handle what I'm trying to accomplish? Any suggestions would be appreciated. Thanks in advance!
-=SB