You are on page 1of 1

IE Pinned Site Flashing Icon

<script type="text/javascript">

function flashWindow()
{
try {
if (window.external.msIsSiteMode()) {
alert('Tab away from this window.');

window.setTimeout("window.external.msSiteModeActivate()",
2000);
}
}
catch (ex) {
// Fail silently.
}
}
</script>

You might also like