Weil Jimmer's BlogWeil Jimmer's Blog


Category:WebHosting

Found 7 records. At Page 2 / 2.

XMLHTTP Ajax非同步更新資料

No Comments
-
發布於 2014-10-12 18:39:16

最近一直瘋狂寫聊天室,更新一堆有的沒的,發個小筆記。

var http = new XMLHttpRequest("Microsoft.XMLHTTP");
var url_='http://example.com/';

function connect(){
	http.onreadystatechange = function(){
		if (http.readyState==4){
			if (http.status==200){
				//Do Something.
			}else{
				//Connect Failed.
			}
		}
	}
	http.open("GET",url_,true);
	http.send();
}

This entry was posted in HTML, JS, WebHosting By Weil Jimmer.

我註冊了一個超短域名

No Comments
-
更新於 2013-09-19 12:55:26

http://cn.mediadots.com

1 1 1 . a t . m n


This entry was posted in Free, WebHosting By Weil Jimmer.

上一頁  1 2 /2 頁)

Visitor Count

pop
nonenonenone

Note

不要和愚蠢的人發生爭執。

支持網路中立性.
Support Net Neutrality.

支持臺灣實施
無條件基本收入

今天是世界獻血日。

In The Fall

In The Fall

Categories

AI-Agent (2)

Android (8)

Announcement (4)

Arduino (2)

Bash (2)

C (3)

C# (5)

C++ (1)

DGX (3)

Experience (59)

Flash (2)

Free (13)

Functions (36)

Games (13)

General (67)

Git (3)

HTML (7)

Java (13)

JS (7)

Mood (24)

NAS (2)

Note (38)

Office (1)

OpenWrt (8)

PHP (9)

Privacy (5)

Product (12)

Python (4)

Software (11)

The Internet (28)

Tools (18)

VB.NET (8)

VR (1)

WebHosting (7)

Wi-Fi (5)

XML (4)