摘要:
/// /// 根据会员编号、会员名称、会员积分、店铺编号查询数据 /// /// 会员编号 /// 会员名称 /// 会员积分 /// 店铺编号 /// 返回一个dataset public DataSet getList(string bianhao, string username, int jifen, int id_shop) { StringBuilder strSql = new StringBuilder(); strSql.Append("\t SELECT h.*,s.name as shopname,l.username as loginname"); 阅读全文
摘要:
例如: 最简单的方法:1、使用后台代码Response.Write( " ");2、使用链接退出登录详细介绍:下面的表格列出了 window 对象某些属性的相关信息。 属性 方法 描述 opener open opener 属性仅在使用 window.open 方法打开的页面中可用。 parent, top 无 parent 和 top 属性对 frame 或 iframe 内打开的窗口可用。这两个属性分别返回立即父窗口和最上层的祖先窗口。 parent, top open parent 和 top 属性对于通过 open 方法打开或以对话框打开并返回到当前窗口的窗口可用。 阅读全文