让窗口得到focus
<SCRIPT LANGUAGE="javascript">
<!--
var a=0;
function aa()
{
a++;
if(a % 2)
window.focus();
else
window.blur();
document.title = a;
}
setInterval("aa()",1000);
//-->
</SCRIPT>
<SCRIPT LANGUAGE="javascript">
<!--
var a=0;
function aa()
{
a++;
if(a % 2)
window.focus();
else
window.blur();
document.title = a;
}
setInterval("aa()",1000);
//-->
</SCRIPT>
回复Comments
{commenttime}{commentauthor}
{CommentUrl}
{commentcontent}