学习JS课后作业代码

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>无标题文档</title>
<style>
.dv { width:800px; height:600px; text-align:center;}
.td2 { width:80px; height:30px; border:solid #CCC 1px; background:#F00; color:#FFF; text-align:center; position:relative;}
.dv1 { width:150px; height:150px; border:solid #000 3px;}
.dv2 { width:300px; height:250px; border:solid #CCC 20px; position:absolute; top:100px; left:460px; display:none; background:#FFF;}
.td3 { width:30px; height:30px; border:solid #999 1px; text-align:center; color:#FFF;}
.td4 { width:30px; height:30px; border:solid #999 1px; text-align:center; color:#666; background:#CCC;}
.td5 { width:60px; height:30px; border:solid #999 1px; text-align:center; color:#FFF; background:#009;}
.tb { padding-left:70px; padding-top:20px;}
</style>
<script>
window.onload=function(){
var td1=document.getElementById("td");
var dv0=document.getElementById("dva");
var dv1=document.getElementById("dvv");
var dv2=document.getElementById("dve");
var color1=document.getElementById("c1");
var color2=document.getElementById("c2");
var color3=document.getElementById("c3");
var width1=document.getElementById("w1");
var width2=document.getElementById("w2");
var width3=document.getElementById("w3");
var height1=document.getElementById("h1");
var height2=document.getElementById("h2");
var height3=document.getElementById("h3");
var re=document.getElementById("recover");
var su=document.getElementById("sure");

td1.onclick=function(){
dv2.style.display=‘block‘;
dv0.style.background=‘#999999‘;
}

color1.onclick=function(){
dv1.style.background=‘#F00‘;
}
color1.onmouseover=function(){
color1.style.background=‘#F00‘;
}
color1.onmouseout=function(){
color1.style.background=‘#99CC66‘;
}

color2.onclick=function(){
dv1.style.background=‘#FF0‘;
}
color2.onmouseover=function(){
color2.style.background=‘#FF0‘;
}
color2.onmouseout=function(){
color2.style.background=‘#CCCC00‘;
}

color3.onclick=function(){
dv1.style.background=‘#00F‘;
}
color3.onmouseover=function(){
color3.style.background=‘#00F‘;
}
color3.onmouseout=function(){
color3.style.background=‘#3399CC‘;
}

width1.onclick=function(){
dv1.style.width=‘200px‘;
}
width1.onmouseover=function(){
width1.style.background=‘#F90‘;
}
width1.onmouseout=function(){
width1.style.background=‘#CCC‘;
}

width2.onclick=function(){
dv1.style.width=‘300px‘;
}
width2.onmouseover=function(){
width2.style.background=‘#F90‘;
}
width2.onmouseout=function(){
width2.style.background=‘#CCC‘;
}

width3.onclick=function(){
dv1.style.width=‘400px‘;
}
width3.onmouseover=function(){
width3.style.background=‘#F90‘;
}
width3.onmouseout=function(){
width3.style.background=‘#CCC‘;
}

height1.onclick=function(){
dv1.style.height=‘200px‘;
}
height1.onmouseover=function(){
height1.style.background=‘#F90‘;
}
height1.onmouseout=function(){
height1.style.background=‘#CCC‘;
}

height2.onclick=function(){
dv1.style.height=‘300px‘;
}
height2.onmouseover=function(){
height2.style.background=‘#F90‘;
}
height2.onmouseout=function(){
height2.style.background=‘#CCC‘;
}

height3.onclick=function(){
dv1.style.height=‘400px‘;
}
height3.onmouseover=function(){
height3.style.background=‘#F90‘;
}
height3.onmouseout=function(){
height3.style.background=‘#CCC‘;
}

re.onclick=function(){
dv1.style.width=‘150px‘;
dv1.style.height=‘150px‘;
dv1.style.background=‘none‘;
}

su.onclick=function(){
dv2.style.display=‘none‘;
dv0.style.background=‘none‘;
}
}
</script>
</head>

<body>
<div id="dva" class="dv">
<table>
<tr>
<td>
<strong>请为下面的DIV设置样式:</strong>
</td>
<td id="td" class="td2">
点击设置
</td>
</tr>
</table>
<div id="dvv" class="dv1">
</div>
<div id="dve" class="dv2">
<table cellspacing="10px">
<tr>
<td>请选择背景颜色:</td>
<td id="c1" class="td3" bgcolor="#99CC66">红</td>
<td id="c2" class="td3" bgcolor="#CCCC00">黄</td>
<td id="c3" class="td3" bgcolor="#3399CC">蓝</td>
</tr>
<tr>
<td>请选择宽(px):</td>
<td id="w1" class="td4">200</td>
<td id="w2" class="td4">300</td>
<td id="w3" class="td4">400</td>
</tr>
<tr>
<td>请选择高(px):</td>
<td id="h1" class="td4">200</td>
<td id="h2" class="td4">300</td>
<td id="h3" class="td4">400</td>
</tr>
</table>
<table class="tb" cellspacing="10px">
<tr>
<td id="recover" class="td5">恢复</td>
<td id="sure" class="td5">确定</td>
</tr>
</table>
</div>
</div>
</body>
</html>

时间: 2024-10-10 21:22:32

学习JS课后作业代码的相关文章

斯坦福tensorflow课程 课后作业代码【更新中】

Assignment1 Problem1: Ops excercises Problem2: Task1:Improving the accuracy of our logistic regression on MNIST Task2:数据一直解压失败,所以就先放一边了. Task3:Build a logistic regression model to predict whether someone has coronary heart disease

js 代码集(学习js的朋友可以看下)

js 代码集 学习js的朋友可以看下,功能比较多,大家可以自己选择. /** * @author Super Sha * QQ:770104121 * E-Mail:[email protected] * publish date: 2009-3-27 * All Rights Reserved */ var JsHelper={}; //声明一个JsHelper根命名空间 JsHelper.DOM = {}; //声明JsHelper目录下的DOM命名空间 JsHelper.Event={};

TJU_SCS_C#课后作业(1)

一.作业要求 这是本学期C#课程学习的第一次课后作业,主要大体感受一下C#编程Visual Studio的界面以及一些基本操作.几乎所有编程语言的学习最初都是由hello world开始的,这次我所做的就是根据章老师上课的示范在控制台中显示hello world字样. 二.作业内容 这是一个很简单的代码,最主要的就一句Console.WriteLine("Hello World!"),我还根据章老师上课的示范对控制台的背景和前景进行了些许尝试. 三.课后思考 感觉C#编程语言和Java

学习JS心得

学习JS,快两个月的时间,断断续续的看了点基础.但是每当在做作业的时候都感觉打代码像挤牙膏一样打不出来,可是听了老师的评讲一知半解后又有新的知识点有问题.不过 还好也算学进有用的东西 不知不觉学到要做项目的时候,后来发现打地鼠的代码是比较繁琐的,最恼火的是打地鼠加个倒计时的代码后,发现后面有关“游戏介绍”和“关于我们”的遮罩层的代码会乱,幸运的是我在网上找到了解决方法,当然还有一些瑕疵,比如退出游戏的代码没有打,还有游戏通关后一直显示“失败”的遮罩层,游戏的困难和地狱模式(都没有做出来). 答辩

课后作业

课后作业 "类型转换"知识点考核-2 程序源代码: 1 class Mammal{} 2 class Dog extends Mammal {} 3 class Cat extends Mammal{} 4   5 public class TestCast 6 { 7      public static void main(String args[]) 8      { 9             Mammal m; 10             Dog d=new Dog();

数组课后作业

课后作业: 随机生成10个数,填充一个数组,然后用消息框显示数组,接着计算数组元素的和,将结果也显示在消息框中. 设计思路:首先使用random随机产生10个数,存储在数组中,然后使用for循环把数字存储在一个String对象中,再使用for循环求出数组中所有数字的和,最后用对话框输出内容. 程序流程图: 源程序代码: import javax.swing.*; public class Test1{ public static void main( String args[] ){ Strin

异常处理---动手动脑及课后作业

动手动脑1:请阅读并运行AboutException.java示例,然后通过后面的几页PPT了解Java中实现异常处理的基础知识. 源码: import javax.swing.*; class AboutException { public static void main(String[] a) { int i=1, j=0, k; k=i/j; try { k = i/j; // Causes division-by-zero exception //throw new Exception

更快学习 JS 的 6 个简单思维技巧

当人们尝试学习 JavaScript , 或者其他编程技术的时候,常常会遇到同样的挑战: 有些概念容易混淆,特别是当你学习过其他语言的时候. 很难找到学习的时间(有时候是动力). 一旦当你理解了一些东西的时候,却很容易再一次忘记. 可以使用的工具甚多且经常变化,所以不知道从哪里开始入手. 幸运的是,这些挑战最终都可以被战胜.在这篇文章里,我将介绍 6 个思维技巧来帮你更快的学习 JavaScript ,让你成为一个更快乐更多产的程序员. 1.不要让将来的决定阻止你进步 对于很多学习 JavaSc

课后作业5

动手动脑1:运行示例代码,查看结果,解释为什么是这个结果,从中你能总结出什么? 运行结果:tru truefalse 分析结果:s1,s2,s0均指向hello字符串常量的地址.所以在执行过程中,Java对于同一字符串是不会开辟新的空间的,而在最后的两者的内容虽然相同,但是他们的地址不同所以不等. 动手动脑2:查看String.equals()方法的实现代码 结果分析:s1==s2是判断地址和值,equals()仅仅判断值,s1,s2的值相同,但是地址不同,s3,s4的地址,内容都相同. 动手动