You are viewing a post by sahabat.peterpan. View all 14927 posts in nah.. d snii temen2 skalian bisa nanya mengenai problem2 FS.. [jangan problem cinta.. itu mah lain. . :P hwehwehwehwe].. ya? byr ga ad SPAMMER d section Indo..hewhehwe.. :eh: peace and love,.. :.
[quote]addBox("RIGHT","<a href=\"#\" onClick=\"show_hide('content_[b]clock[/b]'); return false\"><div>.:: waktu bagian eph es idadz ::.</div></a>",clockidadz,"[b]clock[/b]",null);
show_hide('content_[b]clock[/b]');[/quote]
Paste ini ke bagian C
[quote]function show_hide(the_box) {
if (document.getElementById(the_box)) {
if (document.getElementById(the_box).style.display == 'none') {
document.getElementById(the_box).style.display = 'block';
}
else {
document.getElementById(the_box).style.display = 'none';
}
}
}[/quote]