Skip to content

Instantly share code, notes, and snippets.

@Sundrique
Created May 13, 2014 18:57
Show Gist options
  • Save Sundrique/b46504b1719c61eb7382 to your computer and use it in GitHub Desktop.
Save Sundrique/b46504b1719c61eb7382 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<title></title>
<script type="text/javascript">
window.onbeforeunload = function(e) {
return 'Any string';
}
</script>
</head>
<body>
<iframe src="http://straxovanie-online.ru"></iframe>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment