05 2013 档案
摘要:window.showModalDialog('弹出页面名称',window,'dialogHeight:450px;dialogWidth:610px;center:Yes;help:no;status:no;');//弹出窗口,锁定上级窗口//center:是否居中yes no//help:是否有帮助图标yes no//status是否显示任务栏yes no
阅读全文
摘要:注://关闭,父窗口弹出对话框,子窗口直接关闭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>&
阅读全文
摘要:http://www.mb5u.com/s.php?c=0&q=%B7%AD%CA%E9http://builtbywill.com/code/booklet/
阅读全文
摘要:<%@ 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; //
阅读全文

浙公网安备 33010602011771号