web tools rank checker

domain .cn
.net .cn .com.cn
你正在阅览 :: 简体中文:: 学习 ASP SQL VB HTML code

学习 .ASP SQL HTML XML CSS JAVA Perl code study
English Chinese_Traditional Chinese_Simplified

你正在阅览 :: 简体中文 Chinese_Simplified

学习.主题:
首页
ASP
. Active-Server-Flash
. Array
. Connection
. Count
. Counter
. Distinct
. Email
. File
. Folder
. Function
. GetSQLserver
. Header
. mySQL
. Record
. Recordset
. Request
. Response
. Server
. Server-CreateObject
»AspHTTP-Conn
»Microsoft-XMLDOM
»Microsoft-XMLHTTP
»Microsoft-XMLHTTP-header
»MSXML2-ServerXMLHTTP
. ServerVariables
. Session
. Special-Symbols
. String
. Sub
. Time
CSS
Ecommerce
HTML
InternetProtocol
JAVA
Microsoft
Robots
SearchEngine
SQL
SQLserver
VBscript
XML

SiteMap

3w....学习.教学 > ASP > server-createobject »

w3 learning

ASP

Server-CreateObject

:: MSXML2-ServerXMLHTTP

More detial or script code example

Set oXMLHttp = Server.CreateObject("MSXML2.ServerXMLHTTP") Set oXMLHttp = Server.CreateObject("MSXML2.ServerXMLHTTP.3.0")

档案下载语法MSXML2.ServerXMLHTTP
Description:

Server.CreateObject("MSXML2.ServerXMLHTTP") this can check server header to check if the server is ready to run HTTP or not ------ attention ------- a bad HTTP header will not ne indexed by search engine bots same as CGI perl.pl script must write HTTP headers

MSXML2-ServerXMLHTTP

ASP

Server-CreateObject

:: AspHTTP-Conn

More detial or script code example

Set HttpObj = Server.CreateObject("AspHTTP.Conn")

获取网页资料
Description:

AspHTTP.Conn can read websites data ----------- note --------- AspHTTP.com may not read https://

获取某网页(自己或他人的网页)资料

Custom Content-Type headers for POST
自动转向
支持多种登陆环境
将远程文件转换成二进制流文件
允许客户端HTTP请求。
AspHTTP-Conn

ASP

Server-CreateObject

:: Microsoft-XMLHTTP

More detial or script code example

Set Retrieval = Server.CreateObject("Microsoft.XMLHTTP")

Description: 

Set Retrieval = Server.CreateObject("Microsoft.XMLHTTP") or can be wrote like this :: Set Retrieval = CreateObject("Microsoft.XMLHTTP")

可写成
Server.CreateObject("Microsoft.XMLHTTP")

或是
CreateObject("Microsoft.XMLHTTP")
Microsoft-XMLHTTP

ASP

Server-CreateObject

:: Microsoft-XMLHTTP-header

More detial or script code example

Set XMLHTTP = Server.CreateObject("Microsoft.XMLHTTP") HDserver=xmlhttp.getResponseHeader("Server")

Description: 

Set XMLHTTP = Server.CreateObject("Microsoft.XMLHTTP") HDserver=xmlhttp.getResponseHeader("Server")

Microsoft-XMLHTTP-header

ASP

Server-CreateObject

:: Microsoft-XMLDOM

More detial or script code example

Set objXML = Server.CreateObject("Microsoft.XMLDOM")

XML
Description:

Server.CreateObject("Microsoft.XMLDOM")

Microsoft-XMLDOM

..
...
...

[ 5/17/2008 ]

www learning school add more scripts and tips memo
You are at >>3WS.EZER.COM >> 3WS.EZER.COM/ASP/SERVER-CREATEOBJECT/INDEX.ASP>>ASP
Helpful link:: SEO web tools :: Live PR | SERP checker
back to top Ezer code adding :: Questions ;email