I have a countdown script that uses an xml file for the settings. I want to us a textarea box to save the new data in a new or use existing file name in asp. Is there away I can do this? Please help. Thanx
Is there away to create an new/use xml file with data from textarea in asp
Collapse
X
-
Tags: None
-
yes, if you are comfortable writing XML, then you can easily use ASP to write XML with its text file writing capabilities.
If you are not comfortable writing xml, then you will need to look up one of the XML libraries - depends on which version of asp you are using. I'm fairly certain it is not included in ASP 1, and certain it is included in v3, no idea if it is included in 2.
Jared
Comment