代码改变世界

随笔档案-2008年10月

让Window.open 打开的窗口置顶

2008-10-18 10:04 by Koy, 2178 阅读, 收藏,
摘要: var p = window.open(url,'VideoPlayer',"toolbar=no,menubar=no,resizable=yes,height=690px,width=820px,z-look=yes"); p.focus(); 阅读全文

转载:Using JQuery with an ASP.NET webservice

2008-10-08 22:51 by Koy, 533 阅读, 收藏,
摘要: Using JQuery with an ASP.NET webserviceUsing JQuery to call ASP.NET web services/loading with AJAX转载自:http://www.sloppycode.net/articles/using-jquery-with-aspnet-web-services.aspxAn introductionThis a... 阅读全文