我想在我的网站上添加一些按钮并在单击它们时更改背景。
<html>
<head>
<SCRIPT LANGUAGE "JavaScript">
function cambiaSfondo(code){
document.sfonfo=code
}
</SCRIPT>
</head>
<body>
<FORM>
<input type = "button" name="button1" value="sfondo1" onClick='idk what to put here'>
</FORM>
</body>
</html>