摘要:
http://pm25.in/api_doc 阅读全文
posted @ 2013-05-14 23:44
rexq
阅读(97)
评论(0)
推荐(0)
摘要:
window.showModalDialog('弹出页面名称',window,'dialogHeight:450px;dialogWidth:610px;center:Yes;help:no;status:no;');//弹出窗口,锁定上级窗口//center:是否居中yes no//help:是否有帮助图标yes no//status是否显示任务栏yes no 阅读全文
posted @ 2013-05-14 23:43
rexq
阅读(306)
评论(0)
推荐(0)
摘要:
注://关闭,父窗口弹出对话框,子窗口直接关闭this.Response.Write("<script language=javascript>window.close();</script>");//关闭,父窗口和子窗口都不弹出对话框,直接关闭this.Response.Write("<script>");this.Response.Write("{top.opener =null;top.close();}");this.Response.Write("</script>& 阅读全文
posted @ 2013-05-14 23:42
rexq
阅读(480)
评论(0)
推荐(0)
摘要:
http://www.mb5u.com/s.php?c=0&q=%B7%AD%CA%E9http://builtbywill.com/code/booklet/ 阅读全文
posted @ 2013-05-14 23:41
rexq
阅读(93)
评论(0)
推荐(0)
摘要:
<%@ WebHandler Language="C#" Class="WeixinInterface" %> using System;using System.Web; public class WeixinInterface : IHttpHandler{ HttpContext context = null; string postStr = ""; public void ProcessRequest(HttpContext param_context) { context = param_context; // 阅读全文
posted @ 2013-05-14 23:40
rexq
阅读(378)
评论(0)
推荐(0)

浙公网安备 33010602011771号