build your own ajax web applications PHẦN 9

"hackishness." Giải pháp của kết quả cuối cùng sẽ không làm việc tốt với công nghệ hỗ trợ như các trình đọc màn hình, và sẽ không làm việc trong Safari. Tóm lại, sửa chữa các công trình như thế này: ❑ Store vị trí lịch sử địa chỉ của trang web sau khi băm thường được dành riêng để di chuyển nội bộ (ví dụ, # Section1). | Using the Location Hash the solution s hackishness. The end result will not work well with assistive technology like screen readers and won t work in Safari at all. In short the fix works like this Store the history position in the page s address after the hash that s usually reserved for internal page navigation . section1 . Run a process on a timer that synchronizes the page state with what it sees in the page address. The Hash The part of a web address that appears after the pound or hash sign is known by many names. Here we ll refer to it as the hash. Using the Location Hash This solution works because the browser history tracks all changes to the page address including changes to the hash. So if you set it up right as you run your searches the page URI displayed in the location bar will change like so 0 1 2 3 This allows users to click back and forth in the normal browser history and pull up the appropriate search history entry. Breaking Accessibility Because this fix co-opts the internal navigation hash to store the search-history position internal links such as skip navigation links will break this technique. Setting Up the Fix Way back when we added the init method to our Search class we set it up to call startHist when BROWSER_BACK was set to true. This startHist method sets up some of the IE-specific stuff for us and activates the process we ll be using 235 Licensed to siowchen@ Chapter 7 More Web Services and a Back Button to synchronize the history state to the one that s indicated in the browser s location bar. Here s the code File excerpt function var self Search var href var ifr null if ifr iframe historyFrame historyFrame none ifr if href 0 location href setInterval .

Không thể tạo bản xem trước, hãy bấm tải xuống
TỪ KHÓA LIÊN QUAN
TÀI LIỆU MỚI ĐĂNG
Đã 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.