You are viewing a post by teguh0203. View all 59149 posts in [align=justify][b]bagi member yang ingin bertanya seputar tweaking FS, silahkan bertanya dan posting disini, tapi jangan lupa,,sebelum itu tolong [url=http://theftalk.com/t2744-%5BImportant%5D-.
[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)