bang nopathz...
mumpung ad abang, sya mw nnya nih....
sya mw bkin mini/maxi box, ap berarti d script sya cma perlu bkin bgini:
eg. CP:
[quote]// CONTROLPANEL
h=document.getElementById("controlpanel_header");
h.innerHTML="<a href=\"#\" onClick=\"show_hide('content_0'); return false\"><div >"+pageOwnerFName+"</div></a>";[/quote]
d bagian B
& tmbah code ini:
[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]
, n btw itu d bagian mna tuh???? C bkn????
tlong d bntu yh....