苹果的梦想...

享受自己的小快乐

2009年11月19日

Javascript中最常用的55个经典技巧(转)

摘要: 都转烂了,不过还是贴上来了。查的时候方便。。。1. oncontextmenu="window.event.returnValue=false" 将彻底屏蔽鼠标右键 <table border oncontextmenu=return(false)> <td>no </table> 可用于Table 2. <body onselectstart="retu... 阅读全文

posted @ 2009-11-19 21:08 Redkey 阅读(217) 评论(0) 推荐(0)