[b]@ Idadz[/b]
Coba begini bro Idadz
[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]