3wt.ezer.com 9/2/2010 5:53:13 PM 3wt.ezer.com:ASP:server-createobject :學習 asp sql html code 繁體中文 w3 Learning

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
. Cache
. 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
»MSXML2.ServerXMLHTTP_2
. ServerVariables
. Session
. Special-Symbols
. String
. Sub
. Time
CSS
Ecommerce
HTML
InternetProtocol
JAVA
Microsoft
php
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

ASP

server-createobject

:: MSXML2.ServerXMLHTTP_2

More detial or script code example

MSXML2.ServerXMLHTTP

MSXML2.ServerXMLHTTP
Description:

How to read: The contents of a remote web page.

取得遠方網頁內容

get and post
MSXML2.ServerXMLHTTP_2

..
...
...

[ 9/2/2010 ]

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 Google SERP pageranking checker
back to top Ezer code adding :: Questions ;email