<html><head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<meta name="GENERATOR" content="Microsoft FrontPage 4.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<title>New Page 1</title>
<script>
<!--
    function  change(){
       document.all.text1.style.background="#FF9999";
    }
-->
</script>
</head><body>
<form name="test">
<input type="text" id="text1">
<input type="button" name="button1" onclick="change()">
</form>
</body></html>