Quote:
Originally Posted by Brad.loo
IIRC the 'trick' only works in IE.
HTML Code:
<script type="text/javascript">
<!--
function log_out()
{
ht = document.getElementsByTagName("html");
ht[0].style.filter = "progid:DXImageTransform.Microsoft.BasicImage(grayscale=1)";
if (confirm('$vbphrase[sure_you_want_to_log_out]'))
{
return true;
}
else
{
ht[0].style.filter = "";
return false;
}
}
//-->
</script>
|
It uses a fade filter and the opactity filter and clear.gif to make the screen go grey. Its an IE only feature.