Friday, July 29, 2022

Form HTML Page - Copy website disable - paste disable in website -Cut disable - Logout waiting (Loading....)

 <script type="text/javascript">

        function burstCache() {

            if (!navigator.onLine) {

                document.body.innerHTML = "Loading....";

                window.location = "../Logout.aspx";

            }

        }

    </script>

 <body onload="burstCache()">

    <form id="form1" runat="server" method="post" autocomplete="off" oncopy="return false;"

    onpaste="return false;" oncut="return false;" ondragstart="return false;" onselectstart="return false;">

<div>

</div>

<form>

<body>

No comments:

Post a Comment