1 <asp:Literal   ID="LiteralRedirect" runat="server" Text="<%$SPResources:NGFSShared, Redirect%>" />
2 <script language="JavaScript" type="text/javascript">
     
3     var time = null
4     function move() {
5         window.location = '<%= Request.QueryString["Redirect"] %>'
6     }
7     timer = setTimeout('move()'3000);
8 </script>

 

 

相关文章:

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