摘要:
屏蔽右键: document.oncontextmenu=function(){return false}; 屏蔽F5等功能: 阅读全文
posted @ 2007-05-30 15:48 yinix 阅读(1072) 评论(0) 推荐(0)
|
||
|
摘要:
屏蔽右键: document.oncontextmenu=function(){return false}; 屏蔽F5等功能: 阅读全文
posted @ 2007-05-30 15:48 yinix 阅读(1072) 评论(0) 推荐(0)
摘要:
Type.registerNamespace("Demo");Demo.Person = function(firstName, lastName, emailAddress) { this._firstName = firstName; this._lastName = lastName; thi... 阅读全文
posted @ 2007-05-29 18:44 yinix 阅读(375) 评论(0) 推荐(0) |
||