[b]mellowdick[/b] bagian penempatannya salah.. coba liat2 lagi postingan gue d sebelah
[b]kuz kapis[/b] ganti addbox nya ama ini [quote]addBox("LEFT","<a href=\"#\" onClick=\"show_hide('content_cboxing'); return false\"><div title=\"header=[ BOX ] body=[ Sekedar Info Buat "+pageViewerFName+" ] \">chat box</div></a>",spambox,"cboxing","6");
show_hide('content_cboxing');[/quote]
jangan lupa fungsi min max nyauda ada d 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]
Last edited by teguh0203 (2008-07-20 04:35:11)