摘要: js:function selects(id, ss) { window.frames["UpSession"].window.location.href = "../UpSession.aspx?ss=" + ss;}Html: .cs://修改leixing的session值 if (!string.IsNullOrEmpty(Request.QueryString["ss"])) { Session["Leixing"] = Request.QueryString["ss"]; } els 阅读全文
posted @ 2013-12-28 15:46 Mr.Thanks 阅读(268) 评论(0) 推荐(0) 编辑
摘要: 让框架页面跳转:给选中项加背景色js://给选中地区加背景 $('.main_cont_city li').each(function() { $(this).click(function() { $('.main_cont_city li').removeClass('selected'); $(this).addClass('selected'); }); }); 地区: 全国... 阅读全文
posted @ 2013-12-28 15:42 Mr.Thanks 阅读(483) 评论(0) 推荐(0) 编辑