博客园站长
这是人类成长进步中记录的每一时刻
摘要: <html><head><style type="text/css">body{background:#000;color:#FFF}form{background:#F00}</style></head><body><script type="text/javascript" src="jquery.js"></script><form><input type="button" value=" 阅读全文
posted @ 2012-06-07 18:43 dm3344 阅读(181) 评论(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 id="Head1" runat="server"><title></title><scrip 阅读全文
posted @ 2012-06-07 14:21 dm3344 阅读(533) 评论(0) 推荐(0)
摘要: -----------------------------1、jQuery屏蔽鼠标右键:$(document).ready(function(){$(document).bind("contextmenu",function(e)returnfalse;});});2、JS屏蔽鼠标右键:<script language="JavaScript">document.oncontextmenu=newFunction("event.returnValue=false;");document.onselectstart=newF 阅读全文
posted @ 2012-06-07 10:39 dm3344 阅读(8656) 评论(0) 推荐(0)