<script language="JavaScript" type="text/javascript">

 var topPagingCell = document.getElementById("topPagingCellWPQ2");

               var bottomPagingCell = document.getElementById("bottomPagingCellWPQ2");

               if (topPagingCell != null && bottomPagingCell != null)

               {

                                topPagingCell.innerHTML = bottomPagingCell.innerHTML;

                               bottomPagingCell.align="left";

                   }                

 

</script>

相关文章:

  • 2022-02-05
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-06-17
  • 2022-12-23
  • 2021-10-10
  • 2022-12-23
猜你喜欢
  • 2021-12-07
  • 2021-07-14
  • 2021-10-12
  • 2021-11-29
  • 2022-12-23
  • 2021-12-02
相关资源
相似解决方案