function btnPrint_onclick() 
{
   var dnd = $get('<%=ddlstBynj.ClientID%>');
   var dndIndex
=dnd.selectedIndex;
   
if(dndIndex==0)
   {
     var nd
="";
   }
   
else
   {
      var nd
=dnd.options[dndIndex].text;
   }
   var str 
= $get('<%=hfdQeuryCondition.ClientID%>').value;
   var strWhere
=str.replace(/(%)/g,"|^!|");
   openwindow(
"StuGraduationStatRPT.aspx?strWhere="+encodeURIComponent(strWhere)+"&nd="+encodeURIComponent

(nd),
null,800,600);
}
</script

相关文章:

  • 2021-12-11
  • 2021-03-31
  • 2021-05-07
  • 2022-02-10
  • 2021-07-18
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-07-24
  • 2021-12-26
  • 2022-12-23
  • 2021-10-11
  • 2021-11-27
  • 2022-12-23
相关资源
相似解决方案