CARA MEMBUAT TOMBOL HIDE DAN VIEW



Contoh



Tes Tes


Script :

1. Masuk ke blogger.com
2. Pilih menu rancangan
3. Pilih tambah gadget
4. Pilih HTML/java script
5. Pada kolom judul langsung masukin deh judul yang menurut shobat semua paling cocok
6. Pada isi sobat tinggal copy aj script di bawah ini

<div><div style="margin-bottom: 2px;"><input onclick="if (this.parentNode.parentNode.getElementsByTagName(&#39;div&#39;)[1].getElementsByTagName(&#39;div&#39;)[0].style.display != &#39;&#39;) { this.parentNode.parentNode.getElementsByTagName(&#39;div&#39;)[1].getElementsByTagName(&#39;div&#39;)[0].style.display = &#39;&#39;; this.innerText = &#39;&#39;; this.value = &#39;HIDE&#39;; } else { this.parentNode.parentNode.getElementsByTagName(&#39;div&#39;)[1].getElementsByTagName(&#39;div&#39;)[0].style.display = &#39;none&#39;; this.innerText = &#39;&#39;; this.value = &#39;BUKA&#39;; }" value="hide" style="margin: 0px; padding: 0px; width: 60px; font-size: 10px;" type="button" /></div> <div style="border: 1px inset; margin: 0px; padding: 6px;"><div style="display: none;">


Tes Tes

</div></div></div> 


0 Response to "CARA MEMBUAT TOMBOL HIDE DAN VIEW"

Post a Comment