[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:#000000;color:#ffffff;font-size:9pt'>"
+"</div>"
[b]head:first-child + body[/b]#controlPanelButtons.style.display="none!important"
function showButtons(){
[b]head:first-child + body[/b]#controlPanelButtons.style.display="block"
myCPButtons.innerHTML="<input type='button' value='Hide Buttons' onclick='hideButtons()' style='border:1px solid #999999;background-color:#999999;color:#ffffff;font-size:9pt'>"
}
function hideButtons(){
[b]head:first-child + body[/b]#controlPanelButtons.style.display="none!important"
myCPButtons.innerHTML="<input type='button' value='Show Buttons' onclick='showButtons()' style='border:1px solid #999999;background-color:#444444;color:#ffffff;font-size:9pt'>"
}[/quote]
bang utk yg dibold diatas itu harusnya gimana ea?