Hi,
does anyone has an idea to generate an XML-File that contains the
Input.Value from an HTML Input Field?
For example:
My HTML-Site:
<HTML>
<HEAD>
<TITLE>Input</TITLE>
</HEAD>
<BODY>
Name:<input type="text" name="Name" size="20"/><BR>
<input type="Button" value="Press here to create XML file"/>
</BODY>
</HTML>
In the field I type "Bernd" and click the button.
After klicking on the button I want to get a xml-file:
<?xml version="1.0"?>
<Root>
<Name>Bernd</Name>
</Root>
Are there any demo pages in the Web?
What do I have to use? ActiveX, asp?
Regards,
Bernd
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|