Forum Moderators: open
<script language=javascript>
var o = window.open('somepage.htm','','fullscreen=no,toolbar=no,status=no,width=1,height=1,left=5000,screenX=5000,top=5000,screenY=5000');
var hasBlocker = (o)?false:true;
o.close();
</script>
This script will cause an item to appear in the task bar for a fraction of a second, but it works pretty well.