总有个原因啊
例如ie和ff的什么什么不同
不会只是onBlur的区别吧
是不是事件的执行顺序不同呢

解决方案 »

  1.   

    FF中啥效果?!俺去下载一个FF先,看看到底啥样,哈
      

  2.   

    FF真诡异,哈俺参考了一下
    Firefox 在 blur 和 onblur 的反應
    http://forum.moztw.org/viewtopic.php?p=75489L@_@K
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
        <title> new document </title>
        <meta name="generator" content="editplus" />
        <meta name="author" content="Gao YiXiang" />
        <meta name="email" content="[email protected]" />
        <meta name="keywords" content="javascript dhtml dom" />
        <meta name="description" content="I love web development." />
    </head>
    <body>
        <input type="text" id="tbxText" value="OK La" onblur="window.setTimeout(function(){document.getElementById('tbxText').focus();}, 0);" >
    </body>
    </html>
      

  3.   

    FF太狠了,居然自动在垂直方向压缩页面,
    本来IE下有滚动条滴页面,FF下居然压到没有滚动条了,汗~~~注:俺装滴是Firefox/2.0.0.11