nachricht bei schließen des fensters oder neuladen
This commit is contained in:
@@ -142,10 +142,20 @@
|
||||
<meta http-equiv="Page-Exit"content="blendTrans(Duration=0)"/>
|
||||
</asp:ContentPlaceHolder>
|
||||
<asp:ContentPlaceHolder id="head" runat="server">
|
||||
|
||||
<script>
|
||||
function unloadmessage() {
|
||||
if (typeof contentunloadmessage == "function") {
|
||||
|
||||
contentunloadmessage();
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
</script>
|
||||
</asp:ContentPlaceHolder>
|
||||
</head>
|
||||
<body data-spy="scroll" data-target=".navbar" data-offset="50" onbeforeunload=" return 'Are you really want to perform the action?'">
|
||||
<body data-spy="scroll" data-target=".navbar" data-offset="50" >
|
||||
<!-- <div id="nav-main">
|
||||
<div id="art-logo"></div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user