[b]ALL.......[/b]
friendster maintenance lagiiiii.......
[b]BLaNK[/b]
script buat mini/maxi-nya cp ampe comment pada kemana semua tuh...??
yang ini
[spoiler]// CONTROLPANEL
h=document.getElementById("controlpanel_header");
h.innerHTML="<a href=\"#\" onClick=\"show_hide('content_0'); return false\">MY_CP</a>";
show_hide('content_0');
// MOREABOUT
h=document.getElementById("6").getElementsByTagName("h2")[0];
h.innerHTML="<a href=\"#\" onClick=\"show_hide('content_6'); return false\">ALL_ABOUT_ME</a>";
show_hide('content_6');
// PUBLICCOMMENTS
h=document.getElementById("18").getElementsByTagName("h2")[0];
h.innerHTML="<a href=\"#\" onClick=\"show_hide('content_18'); return false\">FRIENDS_COMMENT</a>";
show_hide('content_18');
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';
}
}
}[/spoiler]
Last edited by rouet (2008-09-19 07:03:21)