7個windows物件
1·物件的概念
在物件裡,某一個物件的屬性也有可能是一個物件;
2·screen物件
凡是windows.開頭的呼叫的,都可以省略
screen.width-----獲取螢幕寬度 screen.availwidth-----獲取螢幕可用寬度
screen.height----獲取螢幕高度 screen.availheight----獲取螢幕可用高度
--可用高度不包括底部的工作列
screen.orientation.angle----螢幕旋轉角度 方向為逆時針旋轉
豎屏顯示的時候,旋轉角度為90deg 當螢幕旋轉完畢之後,螢幕寬高度是對換的
3·location屬性
1)location的屬性
location.href ----- 完整路徑
location.origin ----- 基礎路徑
location.pathname ----- url路徑
location.protocol ---- 安全協議
location.hostname -----主機名稱
location.port ------- 埠號
location.search ------ 查詢部分
location.hash ------ 錨點名稱
2)location方法
載入新頁面 location.assign("地址");
location.reload --- 不是完全重新整理,會從快取里載入已經存在的資料
location.reload(true) ---- 完全重新整理,徹底重新整理當前頁面,不會從快取裡獲取資料
location.replace ---- 替代頁面,用一個新頁面替代原先的老頁面,跳轉到新頁面後無法返回到老頁面
3.1·navigator
navigator.appName ---- 產品名稱
navigator.appVersion --- 版本號
navigator.userAgent ---- 使用者代理資訊
navigator.platform ----- 使用者平臺
4·windows物件--close
1)prompt
輸入框 引數1:提示資訊 引數2:預設值
點選確認按鈕:返回輸入框的值,沒有值返回一個空物件
點選取消按鈕:返回null
2)confirm
確認框 點選確定:返回true
點選取消:返回false
3)close寫法 function(){
windows.close();
}
5·open方法
open():四個方法
1 -- 需開啟的新頁面
2 -- 開啟的新頁面的別稱
3-- 開啟新頁面的狀態
4 -- 開啟新頁面是否替代老頁面
6·window.move
moveTo(X,Y)可以把視窗的左上角移動到一個指定的座標
寫法為:
function openwin(){
myWindow = window.open("","","width=200,height=200");
myWindow.document.write("That's my window");
}
function movewin(){
myWindow.move(300,300);
myWindow.focus();
}
7·history
history.forward --- 前進一個頁面
history.go(2) --- 前進兩個頁面
history.go(-1) --- 返回前一個頁面
相關文章
- 裝了個Windows7Windows
- Windows 10優化7個技巧Windows優化
- window10和7哪個好用_windows7好還是windows10好Windows
- Windows 7的4個實用的小功能Windows
- 深入理解物件導向,物件導向3個特性7個原則6種關係物件
- Java on Windows 7JavaWindows
- [譯]使用 JavaScript 物件 Rest 和 Spread 的7個技巧JavaScript物件REST
- Windows 7 破解工具Windows
- Windows 7安全指南Windows
- Windows 10 終於幹掉了 Windows 7!Windows
- 微軟官方:Windows Phone 在 7 個國家銷量超過 iPhone微軟WindowsiPhone
- Windows物件 (Object) 結構薦Windows物件Object
- JavaScript7:物件導向JavaScript物件
- 好物件的 7 大美德物件
- Windows 7 效能優化Windows優化
- windows 7的瘦身版Windows
- windows 7 快捷鍵 【Z】Windows
- RMAN duplicate On Windows7Windows
- HTML Agility Pack for Windows Phone 7 (WP7)HTMLWindows
- windows7同時安裝兩個版本mysql資料庫WindowsMySql資料庫
- 華碩Windows 7電腦裝了這個補丁直接變磚Windows
- 物件記憶體佈局 (7)物件記憶體
- Windows7更加的精彩Windows
- 微軟windows 7推向校園微軟Windows
- Windows Phone 7 墓碑機制Windows
- Windows Phone 7程式設計Windows程式設計
- Windows Driver Framework物件模型以及物件的一般特性WindowsFramework物件模型
- windows核心程式設計--核心物件Windows程式設計物件
- 1.16 JavaScript7:物件導向JavaScript物件
- Java IO7:管道流、物件流Java物件
- windows7系統怎麼樣設定個性的邊框色彩Windows
- 微軟的Windows系統Win10對比Win7哪個好微軟WindowsWin10Win7
- 微軟有望釋出2個Windows 7 RC版 Office 14時間表曝光微軟Windows
- 7- Windows訊息鉤取Windows
- 7-Windows程式設計 -滑鼠Windows程式設計
- Rhinoceros 7 (犀牛) Mac版/windows版ROSMacWindows
- Windows7安全增強功能Windows
- Windows 7 64位安裝cURLWindows