Forms submittal to create XML file

B

billdebug

I am working with Frontpage 2000 and wondering if the form processor will
give me a method of saving as an XML file. Does not seem to be
straighforward, even though I can imagine using the custom ASP script option
as a way to 'handle' the form and parse it into the XML I need.

I'd be happy to post more details here if I'm not clear what I'm trying to do.
 
K

Kevin Spencer

Yes, it could be done using ASP. Create the XML as a string, and write it to
a file using the Scripting.FileSystemObject object. It would require that
the IUSER_<machine name> account have "write" file permission for the folder
containing the file.

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
You can lead a fish to a bicycle,
but you can't make it stink.
 
T

Thomas A. Rowe

Not possible with the FP Form Handler.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
==============================================
If you feel your current issue is a results of installing
a Service Pack or security update, please contact
Microsoft Product Support Services:
http://support.microsoft.com
If the problem can be shown to have been caused by a
security update, then there is usually no charge for the call.
==============================================
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top