netsuite 子标签 tab 显示原理
function isTabShown(tname) {return document.all[tname+'_div'] == null || document.all[tname+'_div'].style.visibility == 'visible'; }用来校验是否显示的状态。下面这个在IE7中都能兼容:function ShowHideTab(tname,shown) {...