第一、簡單介紹一下location屬性、用法以及相 " /> jiucao在线观看精品,中国xxxxxx片免费播放,漂亮的保姆6在线观看中文

天天躁日日躁狠狠躁AV麻豆-天天躁人人躁人人躁狂躁-天天澡夜夜澡人人澡-天天影视香色欲综合网-国产成人女人在线视频观看-国产成人女人视频在线观看

javascript中的location用法簡單介紹

先前寫了一片用window.location.href實現刷新另個框架頁面 ,特此我看了一下locaiton的詳細用法,對此有點改進,現在我將他整理成js,方便查閱,也貼上和朋友們分享一下,具體如下:

第一、簡單介紹一下location屬性、用法以及相關示例:
Location
包含了關于當前 URL 的信息。

描述
location 對象描述了與一個給定的 Window 對象關聯的完整 URL。location 對象的每個屬性都描述了 URL 的不同特性。
通常情況下,一個 URL 會有下面的格式:

協議//主機:端口/路徑名稱#哈希標識?搜索條件 例如:

http://skylaugh.cnblogs.com/index.html#topic1?x=7&y=2 這些部分是滿足下列需求的:

“協議”是 URL 的起始部分,直到包含到第一個冒號。 
“主機”描述了主機和域名,或者一個網絡主機的 IP 地址。
“端口”描述了服務器用于通訊的通訊端口。 
路徑名稱描述了 URL 的路徑方面的信息。
“哈希標識”描述了 URL 中的錨名稱,包括哈希掩碼(#)。此屬性只應用于 HTTP 的 URL。 
“搜索條件”描述了該 URL 中的任何查詢信息,包括問號。此屬性只應用于 HTTP 的 URL。“搜索條件”字符串包含變量和值的配對;每對之間由一個“&”連接。 

屬性概覽
hash: Specifies an anchor name in the URL. 
host: Specifies the host and domain name, or IP address, of a NETwork host.  
hostname: Specifies the host:port portion of the URL.  
href: Specifies the entire URL.  
pathname: Specifies the URL-path portion of the URL.  
port: Specifies the communications port that the server uses.  
protocol: Specifies the beginning of the URL, including the colon.  
search: Specifies a query. 

方法概覽
reload Forces a reload of the window's current document.  
replace Loads the specified URL over the current history entry.  


主要功能示例,其他類同:
hash:

newWindow.location.href = http://skylaugh.cnblogs.com
newWindow.location.hash = #59831 


host
A string specifying the server name, subdomain, and domain name.
newWindow.location.href =   http://skylaugh.cnblogs.com
newWindow.location.host = skylaugh.cnblogs.com


href
A string specifying the entire URL.

window.location.href="http://home.NETscape.com/"


pathname
A string specifying the URL-path portion of the URL.

search
A string beginning with a question mark that specifies any query information in the URL.

newWindow.location.href = http://skylaugh.cnblogs.com
newWindow.location.search = ?newsid=111 

二、location之頁面跳轉js如下:
//簡單跳轉
function gotoPage(url)
{
// eg. var url = "newsview.html?catalogid="+catalogID+"&pageid="+pageid;
window.location = url;
}
// 對location用法的升級,為單個頁面傳遞參數
function goto_catalog(iCat)
{
if(iCat<=0)
{
top.location = "../index.ASPx"; // top出去
}
else
{
window.location = "../newsCat.ASPx?catid="+iCat;
}
}
// 對指定框架進行跳轉頁面,二種方法皆可用
function goto_iframe(url)
{
parent.mainFrame.location = "../index.ASPx"; //
// parent.document.getElementById("mainFrame").src = "../index.ASPx";// use dom to change page // 同時我增加了dom的寫法
}
// 對指定框架進行跳轉頁面,因為 parent.iframename.location="../index.ASPx"; 方法不能實行,主要是 "parent.iframename" 中的iframename在js中被默認為節點,而不能把傳遞過來的參數轉換過來,所以用dom實現了該傳遞二個參數的框架跳轉頁面,希望那位仁兄不吝賜教!
function goto_iframe(iframename,url) 
{
parent.document.getElementById(iframename).src = "../index.ASPx";// use dom to change page by iframeName

//}
// 回到首頁
function gohome()
{
top.location = "/index.ASPx";
}
</script>

JavaScript技術javascript中的location用法簡單介紹,轉載需保留來源!

鄭重聲明:本文版權歸原作者所有,轉載文章僅為傳播更多信息之目的,如作者信息標記有誤,請第一時間聯系我們修改或刪除,多謝。

主站蜘蛛池模板: 国产午夜视频在永久在线观看 | 伊人大香线蕉影院在线播放 | 人妻满熟妇AV无码区国产 | 在线看免费毛片 | 午夜一级毛片看看 | 久久久久国产一级毛片高清片 | 午夜伦理一yy4480影院 | 久久综合亚洲色hezyo | 暖暖 日本 视频 在线观看免费 | 暖暖的高清视频在线观看免费中文 | 国产精品久久久久影院免费 | 99精品在线播放 | 婷婷综合久久狠狠色 | 久久re视频这里精品一本到99 | 国产精品18久久久久久欧美网址 | 男女床上黄色 | 亚洲精品久久久久久蜜臀 | 97碰成视频免费 | 有人有片的观看免费视频 | 中文字幕完整高清版 | 99国产精品偷窥熟女精品视频 | 国产伦精品一区二区三区 | 美女诱点第6季 | 4480yy午夜私人影院 | 国产欧美一区二区精品性色tv | 免费一区在线观看 | 欧美成人一区二免费视频 | 97蜜桃网123.com| 国产色婷婷亚洲99麻豆 | 久久99精品AV99果冻传媒 | 泰国淫乐园实录 | 久久精品久久久 | 国产成人无码AV麻豆 | 野花韩国在线观看 | 午夜福利不卡片在线播放免费 | 久久久久久久网 | 美女内射视频WWW网站午夜 | 一本大道香蕉中文在线视频观看 | 91极品蜜桃臀在线播放 | 星空无限传媒视频在线观看视频 | 午夜久久影院 |