web课件并附有习题练习还有实例详细的讲解了WEB的各种开发过程是学习 的好资料

源代码在线查看: 例4-13.txt

软件大小: 22806 K
上传用户: wanghao891207
关键词: web WEB 过程
下载地址: 免注册下载 普通下载 VIP

相关代码

				文件4-13main.html:
				anchors数组示例
				
				
				
				
				文件ch4-13-anchor1.html:
				anchors:frame 1
				
				function linkToAnchor(num){
				  if (parent.anchors2.document.anchors.length>=num)
				    parent.anchors2.location.hash=num
				  else
				    alert("目标不存在!");
				}
				
				单击以下按钮可跳转到需要的目标:
								  name="anch0" onclick="linkToAnchor(0)">
				
				
				
				
				文件ch4-13-anchor2.html:
				anchors:frame 2
				Some persons
				Li MingWang LinZhang ShanZhu YunMa LiLei Feng
				
				Some countries
				ChinaCanadaU.S.AJapanBrazil
				Some colors
				redbulegreenyellowgray
				Some coursesData Structure and Programming
				Operating SystemComputer NetworksArtificial Intelligence
				
				
							

相关资源