Latest web development tutorials

bentuk sifat HTML DOM Checkbox

Checkbox Referensi Obyek benda kotak centang

Definisi dan Penggunaan

bentuk properti mengembalikan referensi ke bentuk yang berisi kotak centang.

Properti ini mengembalikan objek bentuk.

tatabahasa

checkboxObject.form


Dukungan Browser

Internet ExplorerFirefoxOperaGoogle ChromeSafari

Semua browser utama mendukung sifat bentuk


contoh

contoh

Contoh pesawat kembali bentuk kotak centang milik id:

<! DOCTYPE html>
<Html>
<Head>
<Meta charset = "utf-8">
<Title> Tutorial ini (w3big.com) </ title>
<Script>
Fungsi displayResult () {
var x = document.getElementById ( "myCheck") form.id .;
alert (x);
}
</ Script>
</ Kepala>
<Body>

<Form id = "form1">
<Input type = "checkbox" = id "myCheck"> Anda seperti musim panas?
</ Form>
<Tombol type = "button" onclick = "displayResult ()"> pilih kotak akan menampilkan bentuk ID </ button>

</ Body>
</ Html>

Coba »


Checkbox Referensi Obyek benda kotak centang