PDA

Xem đầy đủ chức năng : Tự động tải lại trang web



JavaScriptBank
02-12-2009, 11:02 PM
Đoạn mã này sử dụng JavaScript (http://www.javascriptbank.com/javascript/) để làm cho trình duyệt (http://www.javascriptbank.com/javascript/browser/) tự động tải lại nội dung của trang web sau mỗi 5 phú... chi tiết (http://www.javascriptbank.com/refresh-page-automatic.html/vi//) tại JavaScriptBank.com - 2.000+ free JavaScript codes (http://www.javascriptbank.com/)


http://www.javascriptbank.com/javascript.images/browser/refresh-page-automatic.jpg (http://www.javascriptbank.com/javascript/browser/window/refresh-page-automatic/preview/vi/)
Demo: Tự động tải lại trang web (http://www.javascriptbank.com/refresh-page-automatic.html/vi/)
| Refresh Page - Automatic (http://www.javascriptbank.com/refresh-page-automatic.html)

Cách cài đặt

Bước 1: Copy mã JavaScript bên dưới và dán vào khu vực HEAD trên trang web của bạn
JavaScript

<script type="text/javascript">
<!-- Begin
// Created by: Lee Underwood
function reFresh() {
window.open(location.reload(true))
}
/* Set the number below to the amount of delay, in milliseconds,
you want between page reloads: 1 minute = 60000 milliseconds. */
window.setInterval("reFresh()",300000);
// End -->
</script>
<!--
This script downloaded from www.JavaScriptBank.com
Come to view and download over 2000+ free javascript at www.JavaScriptBank.com
-->




Đoạn mã tương tự
- Điền dữ liệu tự động (http://www.javascriptbank.com/autofill-and-select-form-fields.html/vi/)
- Cửa sổ popup tự động trượt (http://www.javascriptbank.com/div-layer-popup-onclick.html/vi/)
- Lấy địa chỉ của trang web refer (http://www.javascriptbank.com/obtaining-the-url-of-the-referring-document.html/vi/)
Bạn có thể xem thêm nhiều JavaScript khác về Trình duyệt (http://www.javascriptbank.com/javascript/browser/vi/) và Cửa sổ (http://www.javascriptbank.com/javascript/browser/window/vi/)





Trình chơi nhạc giao diện iPod
(http://www.javascriptbank.com/ipod-player-using-flash.html/vi/) - JavaSript kiểm tra số điện thoại hợp lệ (http://www.javascriptbank.com/vi=kiểm tra điện thoại) -