|
Subject:
|
Write a document to the server
|
|
Posted By:
|
Hal Emmerich
|
Post Date:
|
11/13/2004 3:00:42 AM
|
I have a really idiotic question... I need to run two actions on one form... AND on the second action, write the data from the form to a document on the server. Can this be done in Javascript? If necessary i will provide a copy of the source of the page in question.
|
|
Reply By:
|
joefawcett
|
Reply Date:
|
11/13/2004 6:15:59 AM
|
Where does the first action take place, on the client or the server?
You can post the document to the server, the server will need code to receive the document and save it. You cannot save directly to a web server with entirely client side code.
--
Joe (Microsoft MVP - XML)
|