Contoh
Mengembalikan seluruh URL (dari halaman saat ini):
var x = location.href;
Hasil x akan:
Cobalah sendiri " Lebih "Cobalah Sendiri" contoh di bawah ini.
Definisi dan Penggunaan
Properti href menetapkan atau mengembalikan seluruh URL dari halaman saat ini.
Dukungan Browser
Milik | |||||
---|---|---|---|---|---|
href | iya nih | iya nih | iya nih | iya nih | iya nih |
Sintaksis
Kembali properti href:
location.href
Mengatur properti href:
location.href= URL
Nilai properti
Value | Type | Description |
---|---|---|
URL | String |
Specifies the URL of the link.
Possible values:
|
Rincian teknis
Kembali Nilai: | Sebuah String, yang mewakili seluruh URL halaman, termasuk protokol (seperti http: //) |
---|
Contoh lebih
Contoh
Set nilai href untuk menunjuk ke situs web lain:
location.href = "http://www.cnn.com";
Cobalah sendiri " Contoh
Set nilai href untuk menunjuk ke sebuah jangkar dalam halaman:
location.href = "#top";
Cobalah sendiri " Contoh
Set nilai href untuk menunjuk ke alamat email (akan membuka dan membuat pesan email baru):
location.href = "mailto:[email protected]";
Cobalah sendiri " lokasi Obyek