regarding background color
i am trying to change the background color using foll.. syntax....but its not working...
is there any mistake??
<html>
<head>
<title> Button</title>
<script Language="JavaScript">
</script>
</head>
<body>
<input type="button" value="red" onClick="document.bgcolor='red'">
</body>
</html>
Please reply.. thanks