<html>
<head>
<meta http-equiv="Content-Type"content="text/html; charset=gb2312">
<title> 我的嵌入HTML中JAVASCRIPT模板</title>
</head>
<body>
<h1>Using Properties</H1>
<form>
<input type="button" name="red" value="red"
onclick='document.bgcolor="red"'>
<input type="button" name="yellow" value="yellow"
onclick='document.bgcolor="yellow"'>
</form>
</body>
</html>
请各位给予指教啊