[quote=boim]neeh scriptnya
[/quote]
coba lo ganti gini bro
[quote]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 #ff0000;background-color:transparent;color:#ffffff;font-size:9pt'>"
+"</div>"
controlPanelButtons.style.display="none"
function showButtons(){
controlPanelButtons.style.display="block"
myCPButtons.innerHTML="<input type='button' value='buka aja' onclick='hideButtons()' style='border:1px solid #ff0000;background-color:transparent;color:#ffffff;font-size:9pt'>"
}
function hideButtons(){
controlPanelButtons.style.display="none"
myCPButtons.innerHTML="<input type='button' value=tutup aja' onclick='showButtons()' style='border:1px solid #ff0000;background-color:transparent;color:#ffffff;font-size:9pt'>"
}[/quote]