[b]maskedrider[/b] ganti addboxnya dgn ini
[quote]addBox("RIGHT","[b]<a href=\"#\" onClick=\"show_hide('content_tracker'); return false\"><div title=\"header=[ BOX visitor] body=[ Sekedar Info Buat "+pageViewerFName+" ] \">absenku</div></a>[/b]",TRACKER.div.innerHTML,"tracker",null);[/quote]
jangan lupa fungsi show hide nya d C Seperti yang d bilang d thread nya bang nopats
sorry2 ad yang lupa tu uda bener
[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-06-25 03:06:50)