摘要:
Copy this script into your JavaScript files. It works immediately, and you can query three properties of the BrowserDetect object: Browser name: BrowserDetect.browser Browser version: BrowserDetect.v... 阅读全文
posted @ 2009-03-14 23:42
emanlee
阅读(293)
评论(0)
推荐(0)
摘要:
js函数绑定到asp.net的控件上: 用 控件.Attributes.Add(事件,函数) 。 在 asp.net 中访问 html 控件: 一气之下,把所有控件都换成了 html 的,然后在控件上加上 runat=server 这样在 asp.net 中就可以引用了。用 (FindControl(控件id) as html控件类型).属性,如 (this.FindC... 阅读全文
posted @ 2009-03-14 18:04
emanlee
阅读(589)
评论(0)
推荐(0)
摘要:
In 2005 when Google implemented Google Suggest, Ajax took off. Every web developer was trying to duplicate what Google accomplished. Its now 2008 and there are tons of ways to accomplish Google Suggest. Below is a list of 10 Auto Complete Scripts with various frameworks. The list below is in no part 阅读全文
posted @ 2009-03-14 00:20
emanlee
阅读(635)
评论(0)
推荐(0)