ALL
koq show hide cp button w gak jalan eaa
nni kodenya
[spoiler]//CP Buttons
content_0.getElementsByTagName("td")[0].innerHTML+="<div id='myCPButtons' style='background:none;margin-top:10'>"
+"<input type='button' value='Buka aja' onclick='showButtons()' style='font-family:courier new;border:1px solid #008000;background-color:#000000;color:#ffffff;font-size:9pt'>"
+"</div>"
controlPanelButtons.style.display="none"
function showButtons(){
controlPanelButtons.style.display="block"
myCPButtons.innerHTML="<input type='button' value='Tutup Dunk' onclick='hideButtons()' style='font-family:courier new;border:1px solid #008000;background-color:#000000;color:#ffffff;font-size:9pt'>"
}
function hideButtons(){
controlPanelButtons.style.display="none"
myCPButtons.innerHTML="<input type='button' value='Buka aja' onclick='showButtons()' style='font-family:courier new;border:1px solid #008000;background-color:#000000;color:#ffffff;font-size:9pt'>"
}[/spoiler]
ada iank salah nggak !?