Sách mã nguồn Javascript
Giao diện
Dòng lệnh Javascript
[sửa]Định chức năng
[sửa]Làm trang chủ
[sửa]- Chỉ hoạt động tốt trong IE:
<a href="#" onclick="this.style.behavior='url(#default#homepage)';this.setHomePage('location.href');">Làm trang chủ</a>
Làm trang ưa thích (favorite)
[sửa]- Chỉ IE
<a href="#" onclick="window.external.AddFavorite(location.href, location.href)">Làm trang ưa thích</a>
Cho biết tư liệu
[sửa]Tư liệu ngày giờ
[sửa]<a href="#" onclick="alert(new Date());">Tư liệu ngày giờ</a>
Tư liệu cookie
[sửa]<a href="#" onclick="alert(document.cookie, 'Cookie Setting');">Tư liệu cookie</A>
Tư liệu trình duyệt
[sửa]<a href="#" onclick='alert("Trình duyệt: "+ navigator.appName + "\n" + "Phiên bản: " + navigator.appVersion + "\n" + "Mã: " + navigator.appCodeName + "\n" + "Hệ điều hành: " + navigator.platform + "\n"+"Bề rộng màn hình: "+screen.width + "\n" + "Bề cao màn hình: " + screen.height + "\n" + "Bề rộng khung hiển thị trang: " + window.screen.availWidth + "\n" + "Bề cao khung hiển thị trang: " + window.screen.availHeight + "\n" + "Độ sâu màu: " + window.screen.colorDepth + "\n");'>Tư liệu trình duyệt</a>
Truy tìm thông tin cac trang mạng tim kiếm
[sửa]Tìm video nhạc hình, phim trên trng mạng video http://www.youtube.com
[sửa]<a href="#" onclick="document.location.href='http://www.youtube.com/results?search_query=' + prompt('Tìm về phim:','Charlie Chaplin');">Tìm video nhạc hình, phim từ YouTube</a>
Truy tìm thông tin cac trang mạng tim kiếm Yahoo
[sửa]<a href="#" onclick="document.location.href='http://search.yahoo.com/search?ei=UTF-8&fr=sfp&p=' + prompt('Tìm kiếm về', 'nhạc');">Tìm thông tin từ Yahoo!</a>
Truy tìm thông tin trên trang mạng tim kiếm Vinaseek
[sửa]<a href="#" onclick="document.location.href='http://www.vinaseek.com/search.asp?form=sfr&Kbrd=vni&font=utf8&query=' + prompt('Tìm kiếm về', 'nhạc');">Tìm thông tin từ Vinaseek</a>
Tìm thông tin thời tiết trên trang mạng http://www.wunderground.com
[sửa]<a href="#" onclick="document.location.href='http://www.wunderground.com/cgi-bin/findweather/getForecast?query=' + prompt('Tên thành phố hay mã bưu điện Mỹ:', 'Toronto');">Tìm thông tin thời tiết từ Weather Underground</a>
Dòng lệnh dịch
[sửa]Dòng lệnh dịch chu Tieng việt sang chu tieng anh trên SAIGON tu dien
[sửa]<a href="#" onclick="document.location.href='http://www.saigon.com:8082/?db=ve&fmt=u&word=' + prompt('Tra từ:', 'anh');">Tìm từ dịch Việt sang Anh</a><br>
Xem mã nguồn trang mạng IE:
[sửa]<a href="#" onclick="document.location.href='http://www.cyber-junkie.com/cgi-bin/sviewer/sviewer.pl?url=' + prompt('Địa chỉ URL:','http://vi.wikibooks.org/');">Xem mã nguồn trang mạng</a>
<a href="#" onclick="document.location.href='view-source:' + prompt('Địa chỉ URL:','http://vi.wikibooks.org/');">Xem mã nguồn trang mạng</a>
Các hàm số javascript thông dụng
[sửa]function Datetime(){ document.write(new Date()) } Datetime()
Các hồ sơ javscript rời ngoài thông dụng
[sửa]- <scritp scr="1.js"></script>
- 1.js
function Datetime(){ document.write(new Date()) } Datetime()