标题 | JavaScript动态修改背景颜色的方法 |
内容 | 具体如下: <html> <head> <title>Background Color Changer</title> <script language = JavaScript> <!-- function BG_yellow() { document.bgColor = 0xFFFF00 } function BG_thistle() { document.bgColor = 0xD8BFD8 } function BG_plum() { document.bgColor = 0xDDA0DD } function BG_red() { document.bgColor = 0xFF0000 } //--> </script> </head> <body > <center> <form> <font face="comic sans ms"> <br> <h1> Set the background color </h1> <br> <input type = button value = "Make background Yellow " onclick = "BG_yellow()"> <br> <br> <input type = button value = "Make background Thistle" onclick = "BG_thistle()"> <br> <br> <input type = button value = "Make background Plum" onclick = "BG_plum()"> <br> <br> <input type = button value = "Make background Red" onclick = "BG_red()"> </font> </form> </center> </body> </html> |
随便看 |
|
在线学习网考试资料包含高考、自考、专升本考试、人事考试、公务员考试、大学生村官考试、特岗教师招聘考试、事业单位招聘考试、企业人才招聘、银行招聘、教师招聘、农村信用社招聘、各类资格证书考试等各类考试资料。