[quote=Bagazt73]huy bro...apa kabar....
tolong periksain yua dok...ni:thumbsdown:
http://h1.ripway.com/Bagazt88/kusut.js[/quote]
coba ganti ini
[quote]addBox("RIGHT","Calendar",code,"calendar","2");[/quote]
jadi
[quote]addBox("Calendar",code,"calendar","right");[/quote]
trus tambahin ini di 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]