@all
bisa di tambahin...add box nggak ?
[quote]function greenBG()
{
document.body.style.backgroundColor='green';
}
function blueBG()
{
document.body.style.backgroundColor='blue';
}
function redBG()
{
document.body.style.backgroundColor='red';
}
function blackBG()
{
document.body.style.backgroundColor='black';
}
function whiteBG()
{
document.body.style.backgroundColor='white';
}
function purpleBG()
{
document.body.style.backgroundColor='purple';
}
function orangeBG()
{
document.body.style.backgroundColor='orange';
}
// INI !!! tolong di masukin kedalam box !!!
document.write('<center><h1 id="controlpanel_header">EdiTT PrOOFiLe gw !</h1><br><h2>BAcKgROUnd</h2>')
document.write("<input type='button' value='meraaH' onClick='redBG()' ")
document.write("<input type='button' value='ijoOW' onClick='greenBG()' ")
document.write("<input type='button' value='biroE' onClick='blueBG()' ")
document.write("<input type='button' value='hitam' onClick='blackBG()' ")
document.write("<input type='button' value='putih' onClick='whiteBG()' ")
document.write("<input type='button' value='OEngOE' onClick='purpleBG()' ")
document.write("<input type='button' value='oRAngE' onClick='orangeBG()' </center><br>")[/quote]
mau pake method changeBG(value) kok gak bisa ya ?