Asp > XML
HTTP requests
HTTP requests <% if (Request.ServerVariables("REQUEST_METHOD") == "POST" ) {//this part runs on the server, in response to the XMLHTTP post if Request<>"" then { var req= Server.CreateObject("Microsoft.XMLDOM"); req.async=false; req.load(Request); //load the XML sent by the browser Response.write(req.xml); } } else { %>
<% } %>
Asp Codes
ActiveX
ADO
Array
Code Snippets
Components
Data Access
Date Time
Files
Graphics
HTML Formatting
Mathematics
Miscellaneous
Sessions
SQL
Strings
Techniques
XML