MyBB Community Forums

Full Version: Leave Page Mycode [1.4.x]
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
If you leave a Page, show a simple popup window with your Text!

Title:
leave

Regular Expression:
\[leave\](.*?)\[/leave\]

Replacement:
<script type="text/javascript">
    window.onbeforeunload = askConfirm;
    function askConfirm(){
            return "$1";
            }
    </script>


Enabled:
Yes

How to use :
[leave]Your Text[/leave]

Example:
[Image: gle.png]

regards

Mycode King
Nice Code Big Grin
awesome mycode for my Rules topic