Đang chuẩn bị liên kết để tải về tài liệu:
AJAX and PHP Building Responsive Web Applications phần 7

Không đóng trình duyệt đến khi xuất hiện nút TẢI XUỐNG

Tiếp theo, chúng tôi sẽ nói về chức năng handleKeyUp. Đây là chức năng được sử dụng để điều hướng thông qua các kết quả và trình. Vì chúng ta đang quan tâm đến chỉ trong vài phím, những người khác được bỏ qua. | AJAX Chat function handleKey e get the event e e window.event e get the code of the character that has been pressed code e.charCode e.charCode e.keyCode e.keyCode e.which e.which 0 handle the keydown event if e.type keydown if enter code 13 is pressed if code 13 send the current message sendMessage removes leading and trailing spaces from the string function trim s . return s.replace A s s g function that computes the mouse s coordinates in page function getMouseXY e browser specific if wi ndow.ActiveXObject . mouseX window.event.x document.body.scrollLeft mouseY window.event.y document.body.scrollTop 1 else mouseX e.pageX mouseY e.pageY makes a server call to get the RGB code of the chosen color function getColor e getMouseXY e don t do anything if the XMLHttpRequest object is null if xmlHttpGetcolor initialize the offset position with the mouse current position var offsetX mouseX var offsetY mouseY get references v ar oPalette document.getElementByld palette var oTd document.getElementByld colorpicker compute the offset position in our window if window.ActiveXObject . offsetX window.event.offsetX offsetY window.event.offsetY 1 else offsetX - oPalette.offsetLeft oTd.offsetLeft offsetY - oPalette.offsetTop oTd.offsetTop 158 Chapter 5 _ . call server asynchronously to find out the clicked color try if xmlHttpGetColor.readyState 4 xmlHttpGetColor.readystate 0 .I params offsetx offsetX offsety offsetY XmlHttpGetColor.open GET getColorURL params true xmlHttpGetColor.onreadystatechange handleGettingColor xmlHttpGetColor.send null . catch e display error message displayError xmlHttp.statusText function that handles the http response function handleGettingColor . if the process is completed decide to do with the returned data if xmlHttpGetColor.readyState 4 . only if HTTP status is OK if xmlHttpGetColor.status 200 try change the color changeColor catch e display error message di splayError xmlHttpGetColor.statusText 1 else display error message displayError .

Đã phát hiện trình chặn quảng cáo AdBlock
Trang web này phụ thuộc vào doanh thu từ số lần hiển thị quảng cáo để tồn tại. Vui lòng tắt trình chặn quảng cáo của bạn hoặc tạm dừng tính năng chặn quảng cáo cho trang web này.