Danh mục

Publishing AJAX and PHP - part 24

Số trang: 10      Loại file: pdf      Dung lượng: 1.51 MB      Lượt xem: 14      Lượt tải: 0    
Hoai.2512

Xem trước 2 trang đầu tiên của tài liệu này:

Thông tin tài liệu:

AJAX RSS Reader return xmlHttp; } // function that displays an error message function displayError($message) { // ignore errors if showErrors is false if (showErrors) { // turn error displaying Off showErrors = false; // display error message alert("Error encountered: " + $message); } } // Retrieve titles from a feed and display them function getFeed(feedLink, feed) { // only continue if xmlHttp isnt void if (xmlHttp) { // try to connect to the server try { if (xmlHttp.readyState == 4 || xmlHttp.readyState == 0) { /* Get number of feeds and loop through each one of them to change...
Nội dung trích xuất từ tài liệu:
Publishing AJAX and PHP - part 24

Tài liệu được xem nhiều: