|
Question on inputing form fields into an XML Document
|
[
Lists Home |
Date Index |
Thread Index
]
- From: "Dante M. Lee" <dtmlee@pop400.gsfc.nasa.gov>
- To: XML Developers <xml-dev@ic.ac.uk>
- Date: Mon, 12 Jul 1999 16:32:41 -0400
Question on inputing form fields into an XML Document
Does anyone know how to input a form into an XML document?
I tried putting the input type tags within my customized tags,
but I think the browser is viewing the input tags as if they
were my own customized tags. Here is an example of what I did:
<userid>
<INPUT TYPE="text" NAME="DASUserID" SIZE="7" MAXLENGTH="4" onChange="checkUserID()" />
<INPUT TYPE="hidden" NAME="RealTimeUserID" SIZE="7" MAXLENGTH="4" value="das"/>
</userid>
<password>
<INPUT TYPE="password" NAME="DASPassword" SIZE="4" MAXLENGTH="4" onChange="checkUserID(),checkPassword()" />
</password>
Please send me any suggestions. Thanks.
Dante M. Lee
NASA Goddard Space Flight Center
Networks & Mission Services Project/Code 450
(301)286-1557/2664
xml-dev: A list for W3C XML Developers. To post, mailto:xml-dev@ic.ac.uk Archived as: http://www.lists.ic.ac.uk/hypermail/xml-dev/ and on CD-ROM/ISBN 981-02-3594-1 To (un)subscribe, mailto:majordomo@ic.ac.uk the following message; (un)subscribe xml-dev To subscribe to the digests, mailto:majordomo@ic.ac.uk the following message; subscribe xml-dev-digest List coordinator, Henry Rzepa (mailto:rzepa@ic.ac.uk)
|
|
|
|
|