28 lines
1.0 KiB
Plaintext
28 lines
1.0 KiB
Plaintext
<%@ Page Title="" Language="C#" MasterPageFile="~/Site.Master" AutoEventWireup="true" CodeBehind="RemanExtLink.aspx.cs" Inherits="NKC_WF.site.RemanExtLink" Async="true" %>
|
|
|
|
|
|
<asp:Content ID="Content1" ContentPlaceHolderID="MainContent" runat="server">
|
|
<script type="text/javascript">
|
|
<!--
|
|
function Redirect() {
|
|
window.location = '<%: hfRedirectUrl.Value %>';
|
|
}
|
|
setTimeout('Redirect()', 1500);
|
|
//-->
|
|
</script>
|
|
<asp:HiddenField runat="server" ID="hfRedirectUrl" />
|
|
<div class="alert alert-info text-center m-5 p-5">
|
|
<div class="row">
|
|
<div class="col-12">
|
|
<h2>redirecting</h2>
|
|
<i><%: hfRedirectUrl.Value %></i>
|
|
</div>
|
|
<div class="col-12">
|
|
<span class="spinner-grow text-info"></span>
|
|
<span class="spinner-grow text-info"></span>
|
|
<span class="spinner-grow text-info"></span>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</asp:Content>
|