blob: a9d4cf260d37ea9c0eabe3f88a1117806bd4b397 [file] [log] [blame]
<script>
window.onbeforeunload = function()
{
return "This is beforeunload from an iframe.";
}
</script>
This is an iframe with a beforeunload handler.