真实的国产乱ⅩXXX66竹夫人,五月香六月婷婷激情综合,亚洲日本VA一区二区三区,亚洲精品一区二区三区麻豆

成都創(chuàng)新互聯(lián)網(wǎng)站制作重慶分公司

js怎么獲取網(wǎng)站主域名 js獲取頁(yè)面url

如何使用Javascript獲取一個(gè)鏈接地址中的頂級(jí)域名

a?id="a1"?href=""?target="_blank"JS特效/a

成都網(wǎng)站建設(shè)、網(wǎng)站建設(shè)過(guò)程中,需要針對(duì)客戶的行業(yè)特點(diǎn)、產(chǎn)品特性、目標(biāo)受眾和市場(chǎng)情況進(jìn)行定位分析,以確定網(wǎng)站的風(fēng)格、色彩、版式、交互等方面的設(shè)計(jì)方向。成都創(chuàng)新互聯(lián)還需要根據(jù)客戶的需求進(jìn)行功能模塊的開(kāi)發(fā)和設(shè)計(jì),包括內(nèi)容管理、前臺(tái)展示、用戶權(quán)限管理、數(shù)據(jù)統(tǒng)計(jì)和安全保護(hù)等功能。

script?language="javascript"

alert(getdomain(1,'a1'));?//彈窗輸出域名

function?getdomain(typ,id){?//參數(shù):類型(0:當(dāng)前域名,1:頂級(jí)域名),鏈接對(duì)象ID

var?url=window.document.getElementById(id).href;?//獲取鏈接

if(typ==0){?//獲取當(dāng)前域名,如:

var?a?=?document.createElement('a');

a.href?=?url;

url=a.hostname;

}else{?//獲取頂級(jí)域名,如:lingchenliang點(diǎn)抗

//使用正則表達(dá)式

url=url.replace(/.+[\.\/]([A-z]+\.[A-z]+)\/[^\/].+/,"$1");

}

return?url;?//返回域名值

}

/script

兩種js獲取當(dāng)前域名代碼

今天給各位朋友介紹兩種js獲取當(dāng)前域名

代碼如下

//獲取當(dāng)前域名

1、window.location.host;

2、document.domain;

//獲取當(dāng)前頁(yè)面地址

url

=

window.location.href;

例子

代碼如下

script

language="javascript"

//獲取域名

host

=

window.location.host;

host2=document.domain;

//獲取頁(yè)面完整地址

url

=

window.location.href;

document.write("brhost="+host)

document.write("brhost2="+host2)

document.write("brurl="+ur()l)

/script

補(bǔ)充:

獲取當(dāng)前域名信息

代碼如下

thisTLoc

=

top.location.href;

thisPLoc

=

parent.document.location;

thisTHost

=

top.location.hostname;

thisHost

=

location.hostname;

strwrite

=

thisTLoc:

["

+

thisTLoc

+

"]”

strwrite

+=

thisPLoc:

["

+

thisPLoc

+

"]”

strwrite

+=

thisTHost:

["

+

thisTHost

+

"]”

strwrite

+=

thisHost:

["

+

thisHost

+

"]”

document.write(

strwrite

);

怎么用js獲取當(dāng)前頁(yè)的主域名后改變iframe的src地址

script?type="text/javascript"

onload?=?function?()

{

var?locurl?=?window.location.host;?//獲取當(dāng)前頁(yè)主域名

var?tiaozhuan?=?document.getElementById("tiaozhuan");

if(locurl?==?'C')

{

tiaozhuan.src='D';

}

else

{

tiaozhuan.src='B';

}

}

/script

iframe?id="tiaozhuan"?src="B"?scrolling="no"?frameborder="0"?marginwidth="0px"?marginheight="0px"/iframe

如何通過(guò)js獲取當(dāng)前訪問(wèn)頁(yè)面的域名

input?type="text"?style="?width:300px;"?name="new"?id=new"

script

var?nurl?=?document.referrer;//來(lái)源url

document.URL??//獲取當(dāng)前域名

document.title//獲取當(dāng)前頁(yè)面標(biāo)題

document.getElementById('new').innerHTML?=?nurl;/script

我是愛(ài)分享資源網(wǎng)的站長(zhǎng),如果你覺(jué)得不錯(cuò)請(qǐng)?jiān)L問(wèn)下我的網(wǎng)站,謝謝了!


網(wǎng)頁(yè)名稱:js怎么獲取網(wǎng)站主域名 js獲取頁(yè)面url
網(wǎng)頁(yè)路徑:http://weahome.cn/article/ddsepdj.html

其他資訊

在線咨詢

微信咨詢

電話咨詢

028-86922220(工作日)

18980820575(7×24)

提交需求

返回頂部