Hallo,
Mit xmlhttp?
VB-Code:
Doc.async = false
Dim XmlHttpReq as msxml2.xmlhttp30
Set XmlHttpReq = new msxml2.xmlhttp30
XmlHttpReq.open "post", "[Server-URL]", false
XmlHttpReq.setRequestHeader "Content-type", "text/xml"
XmlHttpReq.send doc
If XmlHttpReq.status <> 200 then
        'Error!
Else
        'Ok!
End if

Gruss,
Tobias

-----Ursprüngliche Nachricht-----
Von: Clemens Liebl [mailto:[EMAIL PROTECTED] 
Gesendet: Dienstag, 29. Juni 2004 23:34
An: [EMAIL PROTECTED]
Betreff: [Asp.net] xml zum Server[Scanned]


Hallo,

Client-function:
{
   var doc = edxid.getXmlNode().xml;
}

liefert mir XmlDaten aus einem Div mit htc Behavior zurück.
Hat jemand einen Tip oder ein Beispiel wie ich die Daten zum Server bringe.

mfG
Clemens
 
 
************************* _______________________________________________
This ASP.NET email is sponsored by:
UDEX ProMenu.Net  - Die Software für Navigation - Jetzt kostenlos testen!
Tree- Style, Horizontal- Slide, Vertical- Slide. http://www.udexnet.com

_______________________________________________
Asp.net Mailingliste, Postings senden an:
[EMAIL PROTECTED]
An-/Abmeldung und Suchfunktion unter: http://www.glengamoi.com/mailman/listinfo/asp.net
*************************
*************************
_______________________________________________
This ASP.NET email is sponsored by:
UDEX ProMenu.Net  - Die Software für Navigation - Jetzt kostenlos testen!
Tree- Style, Horizontal- Slide, Vertical- Slide. http://www.udexnet.com

_______________________________________________
Asp.net Mailingliste, Postings senden an:
[EMAIL PROTECTED]
An-/Abmeldung und Suchfunktion unter:
http://www.glengamoi.com/mailman/listinfo/asp.net
*************************

Reply via email to