ie正常 我有个div
<div name="dragMngDIV" id="dragMngDIV" class="dragMngDIV" style="display:none;"></div>
<button class="btn_2" onclick="viewMMngBox()">
增删模块
</button>
function viewMMngBox(){
        var mMngBox=document.getElementById('dragMngDIV');
        if(mMngBox.style.display=='none'){
        mMngBox.style.display='block';
        }else{
        mMngBox.style.display='none';
        }
}火狐浏览器上我点击按钮增上模块!页面会显示一下然后忽然又隐藏了!我仔细观察发现页面刷新了!怎么解决!   怎么解决! 他怎么自动刷新!