2006年8月9日
摘要: 第六章 脚本编程的相关技术6.1 编写兼容IE和NS的jiavascript代码 6.1.1 JavaScript实现marquee动能<html xmlns="http://www.w3.org/1999/xhtml" ><head> <title>无标题页</title></head><body onload="scroll1()"> <script language="javascript" type="text/javascript&quo 阅读全文
posted @ 2006-08-09 23:15 wkjs 阅读(153) 评论(0) 推荐(0) 编辑
摘要: 第五章 DOM编程5.1 DHTML 5.1.1 如何编写事件处理程序 <html><head> <title>关闭鼠标右键</title> <script language="javascript" type="text/javascript"> <!-- function hideContextmenu() { window.event.returnValue=false; } --> </script></head><body oncontextm 阅读全文
posted @ 2006-08-09 23:11 wkjs 阅读(291) 评论(0) 推荐(0) 编辑