TAILIEUCHUNG - Foundations of ASP.NET AJAX phần 3

Như đã đề cập, đối tượng XMLHttpRequest là trái tim của AJAX. Đối tượng này sẽ gửi yêu cầu đến máy chủ và xử lý những phản hồi từ nó. Trong các phiên bản của Internet Explorer trước khi IE7, nó được thực hiện bằng cách sử dụng ActiveX, trong khi đó trong các trình duyệt khác, chẳng hạn như Mozilla Firefox, Safari, Opera, | 38 CHAPTER 3 THE MICROSOFT AJAX LIBRARY MAKING CLIENT-SIDE JAVASCRIPT EASIER Figure 3-6. Adding a web form to test your JavaScript You ll now see the suite of AJAX server controls in your Toolbox installed into Visual Studio 2005 see Figure 3-7 . Drag and drop the ScriptManager control onto the designer for or whatever you called the web form . Also drag and drop from the HTML tab an Input Button control to the web page. You can see the result in Figure 3-8. CHAPTER 3 THE MICROSOFT AJAX LIBRARY MAKING CLIENT-SIDE JAVASCRIPT EASIER 39 Figure 3-7. The AJAX server control within the Toolbox Figure 3-8. The ScriptManager server control and HTML button in the Visual Studio 2005 Designer 40 CHAPTER 3 THE MICROSOFT AJAX LIBRARY MAKING CLIENT-SIDE JAVASCRIPT EASIER Coding and Running the Application If you double-click the button in the designer Visual Studio 2005 will add the onclick attribute to the input type button HTML element set its value to return Button1_onclick and implement the stub of the function Button1_onclick inside a script element within the HTML head element. You can then put the following script into this function var testCar new Honda Pilot 2005 alert alert return false The last step is to tell the ScriptManager to download your custom JavaScript file by adding the following HTML inside the ScriptManager element Scripts asp ScriptReference Path Scripts You can see the HTML of the complete web page in Figure 3-9. v I No Events v I No Events Page Language c AutoEventWireup true Co JeFỉle Inherits TestAJAX8ookNamespace DOCTYPE html PUBLIC - W3C DTD XHTML Transitional EN http TR xhtnll DTD B html xmlns http l 99 xhtml1 B head runat server title Untitled Page title B script language javascript type text javascript CDATA function Buttonl_onclick var testcar new .

TAILIEUCHUNG - Chia sẻ tài liệu không giới hạn
Địa chỉ : 444 Hoang Hoa Tham, Hanoi, Viet Nam
Website : tailieuchung.com
Email : tailieuchung20@gmail.com
Tailieuchung.com là thư viện tài liệu trực tuyến, nơi chia sẽ trao đổi hàng triệu tài liệu như luận văn đồ án, sách, giáo trình, đề thi.
Chúng tôi không chịu trách nhiệm liên quan đến các vấn đề bản quyền nội dung tài liệu được thành viên tự nguyện đăng tải lên, nếu phát hiện thấy tài liệu xấu hoặc tài liệu có bản quyền xin hãy email cho chúng tôi.
Đã 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.