circlesport

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2007年2月3日

摘要: 下载地址: http://www.codeplex.com/Project/FileDownload.aspx?ProjectName=AjaxPro&DownloadId=2953 首先,添加对AjaxPro.2.dll的引用(对于.NET Framework 1.1 添加AjaxPro.dll) 然后,添加配置文件web.config,添加如下几行: 1E,^v;p2~*Z0@... 阅读全文
posted @ 2007-02-03 12:53 无极.net 阅读(250) 评论(0) 推荐(0) 编辑

摘要: /**请问如何去掉主页右面的滚动条? --> --> ******************************** 怎样不使用页面的缓存?即每一次打开页面时不是调用缓存中的东西 ******************************** 请问如何忽视右键? ******************************** 怎样在同一页面内控制不同链接的CSS属性? a:activ... 阅读全文
posted @ 2007-02-03 12:46 无极.net 阅读(809) 评论(0) 推荐(0) 编辑

摘要: /**avascript小技巧 事件源对象 event.srcElement.tagName event.srcElement.type 捕获释放 event.srcElement.setCapture(); event.srcElement.releaseCapture(); 事件按键 event.keyCode event.shiftKey event.altKey ev... 阅读全文
posted @ 2007-02-03 12:40 无极.net 阅读(346) 评论(0) 推荐(0) 编辑

摘要: 1. CSS字体属性简写规则一般用CSS设定字体属性是这样做的:font-weight: bold;font-style: italic;font-varient: small-caps;font-size: 1em;line-height: 1.5em;font-family: verdana,sans-serif但也可以把它们全部写到一行上去:font: bold italic small-c... 阅读全文
posted @ 2007-02-03 12:36 无极.net 阅读(1013) 评论(0) 推荐(0) 编辑

摘要: window.evet 说明 event代表事件的状态,例如触发event对象的元素、鼠标的位置及状态、按下的键等等。event对象只在事件发生的过程中才有效。event的某些属性只对特定的事件有意义。比如,fromElement 和 toElement 属性只对 onmouseover 和 onmouseout 事件有意义。例子下面的例子检查鼠标是否在链接上单击,并且,如果shift键被按下,就... 阅读全文
posted @ 2007-02-03 12:10 无极.net 阅读(526) 评论(0) 推荐(0) 编辑