Ureader.com  
Microsoft software help and Community
   home   |   control panel login   |   archive   |  
 
inet
active_desktop
active_scrptng
asp.components
asp.db
asp.general
comctl32
comp.packaging
components.dev
dbweb
dhtml_editing
docobjects
html_authoring
html_objmodel
iis
iis.ftp
iis.security
iis.smtp_nntp
indexserver
misc
mshtml_hosting
scripting.jscript
scripting.vbscript
sdk_setup
shell_objmodel
urlmonikers
webbrowser_ctl
wininet
  
 
date: Wed, 22 Feb 2006 16:26:08 +0100,    group: microsoft.public.inetsdk.programming.html_objmodel        back       


masking   
I try to send an Email by using the submit in a html Formular. The body of
the Email should have XML Tags.   How can I using masking to get a proper
XML-File

Klaus

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
       "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>Formulareingaben überprüfen</title>
<script type="text/javascript">
function chkFormular() {

var XML_String = "<?xml version="1.0" encoding="UTF-8" ?><Feld1>" +
document.Formular.Feld1.value + "</Feld1>";
document.forms["Formular"].action = "mailto:baumgart@dvberatung.com";
document.Formular.XML_IMPORT.value =  XML_String;

}


</script>
</head>
<body>

<h1>Formular</h1>
<form name="Formular"  method="post" onsubmit="chkFormular()">
<pre>
XML:     <input type="text" size="40" name="Feld1" onchange="chkFormular()">
         <input type="hidden" size="40" name="XML_IMPORT"
onchange="chkFormular()">
Formular: <input type="submit" value="Absenden"><input type="reset"
value="Abbrechen">
</pre>
</form>
</body>
</html>
date: Wed, 22 Feb 2006 16:26:08 +0100   author:   Klaus Baumgart

Google
 
Web ureader.com


    COPYRIGHT 2007, YARDI TECHNOLOGY LIMITED, ALL RIGHT RESERVE  |   contact us