05 2012 档案
摘要:其实就一句代码 .keypress(function (event) { var key = window.event ? event.keyCode : event.which;//这里就是判断是火狐还是IE event.which是火狐的方法,event.keyCode 是IE的方法。 if (
阅读全文
摘要:关于在右下脚弹出窗口javascript代码,并用ASP.NET在后台调用(原创)/*构造函数,来初始化相应的属性*/function PopBubble(caption,content,see){ this.content = content; this.caption= caption; this.see= see; this.width= 150; this.height = 120; this.timeout= 150; this.speed = 15; this.step = 2; this.right = screen.width -1; this.bottom ...
阅读全文
摘要:建立数据库连接,创建数据视图。
阅读全文

浙公网安备 33010602011771号