yinix

_Asp.net_Ajax

导航

2007年5月30日

摘要: 屏蔽右键: document.oncontextmenu=function(){return false}; 屏蔽F5等功能: 阅读全文

posted @ 2007-05-30 15:48 yinix 阅读(1067) 评论(0) 推荐(0) 编辑

2007年5月29日

摘要: Type.registerNamespace("Demo");Demo.Person = function(firstName, lastName, emailAddress) { this._firstName = firstName; this._lastName = lastName; thi... 阅读全文

posted @ 2007-05-29 18:44 yinix 阅读(365) 评论(0) 推荐(0) 编辑