2014年1月24日

AvatarService上传图片(兼容)

摘要: Handler 1 public void ProcessRequest(HttpContext context) 2 { 3 context.Response.ContentType = "text/plain"; 4 string action = context.Request["myaction"]; 5 if (action == "upload") 6 { 7 string msg = ""; string result = "0"; string ww = "0" 阅读全文

posted @ 2014-01-24 14:24 slnt 阅读(505) 评论(0) 推荐(0)

jquery右下角pop弹窗 完美兼容ie6789 ff chrome

摘要: HTML1 1 2 17 18 关闭19 温馨提示20 21 22 23 这里是参数24 这里是内容简介25 26 查看 »27 28 JS 1 //兼容ie6的fixed代码 2 //jQuery(function($j){ 3 // $j('#pop').positionFixed() 4 //}) 5 (function($j){ 6 $j.positionFixed = function(el){ 7 $j(el).each(... 阅读全文

posted @ 2014-01-24 14:08 slnt 阅读(1402) 评论(0) 推荐(0)

导航