2009年9月22日

js屏蔽浏览器(IE和FireFox)的刷新和右键等功能

摘要: http://www.cnblogs.com/zzh/archive/2009/03/17/1414150.html一,js屏蔽浏览器(IE和FireFox)的刷新功能document.onkeydown=function(){if ((window.event.keyCode==116)|| //屏蔽 F5(window.event.keyCode==122)|| //屏蔽 F11(window... 阅读全文

posted @ 2009-09-22 09:36 韩显川 阅读(243) 评论(0) 推荐(0)

鼠标右键菜单

摘要: <!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 htt... 阅读全文

posted @ 2009-09-22 08:57 韩显川 阅读(192) 评论(0) 推荐(0)

WINDOWS XP风格的鼠标右键菜单

摘要: <!--数据大全网www.sql163.com─脚本特效--><html> <head> <meta http-equiv="Content-Type" content="text/html; charset=gb2312"> <title>WINDOWS XP风格的鼠标右键菜单 -数据大全网www.sql163.com<... 阅读全文

posted @ 2009-09-22 08:42 韩显川 阅读(266) 评论(0) 推荐(0)

不错的左纵向二级菜单(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 htt... 阅读全文

posted @ 2009-09-22 08:32 韩显川 阅读(872) 评论(0) 推荐(0)

导航