domain .tw idv.tw .com.tw
你正在閱覽 :: 繁體中文:: 學習 ASP SQL VB HTML code

學習 .ASP SQL HTML XML CSS JAVA Perl code study
English Chinese_Traditional Chinese_Simplified

你正在閱覽 :: 繁體中文 Chinese_Traditional

學習.主題:
首頁
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

..
...
...

[ 8/20/2008 ]

www learning school add more scripts and tips memo
You are at >>3WT.EZER.COM >> 3WT.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