//进入后台 即刷新页面
function Q1Onclick(temp)
{
window.location.href="WXContract.aspx?temp="+temp;//temp(样式的id中的数字;完整版:wff1、wff2...)

}

  

//执行下边的js

Page.RegisterStartupScript("", "<script>yangshi("+temp+");</script>");//进去前台的方法 放在Page_Load里边
//底下是读取数据呀什么的

  

//清空所有样式 让temp(样式的id中的数字完整版:wff1、wff2...)对应的菜单列换成需要的样式
function yangshi(temp)
{
    $("div[id^='wff']").attr("class","eeedss1");
    $("#wff"+temp).attr("class","eeedss");
}

  简单吧 

相关文章:

  • 2022-12-23
  • 2021-07-04
  • 2021-06-26
  • 2022-01-13
  • 2022-12-23
  • 2021-11-08
猜你喜欢
  • 2021-07-08
  • 2022-12-23
  • 2021-07-17
  • 2022-03-10
  • 2021-11-22
  • 2022-01-17
  • 2021-09-14
相关资源
相似解决方案