AJAX Discussion part 1
79
lượt xem 5
download
lượt xem 5
download
Download
Vui lòng tải xuống để xem tài liệu đầy đủ
Javascipt Cheatsheet AJAX Cheatsheet Khởi tạo đối tượng XMLHttpRequest (XHR) PHP Code: [b]function [/b][b]createXHRobj()[/b] { if (window.XMLHttpRequest) req = new XMLHttpRequest() // browsers besides IE else if (window.ActiveXObject) req = new ActiveXObject("Microsoft.XMLHTTP") // IE else alert ("Could not create XHR obj!") return req }
Chủ đề:
Bình luận(0) Đăng nhập để gửi bình luận!
CÓ THỂ BẠN MUỐN DOWNLOAD