Output text area content to your PC

D

Dragon

I have a text area on a web page where I would like visitors to take notes
and then output (or save) the data to a location on their own PC. I don't
want them to submit it to me via a cgi script, etc. This is for their own
private use.
 
T

Thomas A. Rowe

You can not write back to a user PC from a web page, that would be a security issue. You would have
to tell users to select the text enter, the copy and paste into Notepad, Word, etc.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
 
Top