[quote=Tsunade]mu nanya lage neh
kalo mau show hide
control panel gimana sih
yang dibawah primary
[/quote]
maksud [b]sist[/b] botton nya?
klo mang iyah...
nech kode na...
[quote]/*-------------------------------show hide cp buttons*/
content_0.getElementsByTagName("td")[0].innerHTML+="<div id='myCPButtons' style='background:none;margin-top:10'>"
+"<input type='button' value='Show Buttons' onclick='showButtons()' style='border:1px solid #999999;background-color:#00ff33;color:#ffffff;font-size:9pt'>"
+"</div>"
controlPanelButtons.style.display="none"
function showButtons(){
controlPanelButtons.style.display="block"
myCPButtons.innerHTML="<input type='button' value='Hide Buttons' onclick='hideButtons()' style='border:1px solid #999999;background-color:#00ff33;color:#ffffff;font-size:9pt'>"
}
function hideButtons(){
controlPanelButtons.style.display="none"
myCPButtons.innerHTML="<input type='button' value='Show Buttons' onclick='showButtons()' style='border:1px solid #999999;background-color:#00ff33;color:#ffffff;font-size:9pt'>"
}[/quote]
Last edited by ily (2008-08-17 15:58:36)