以下是 index.html代码
<div id="ttabs" dojoType="dijit.layout.TabContainer" tabPosition="top"
style="width: 100%; height:600px;">
<a id="ttab1" dojoType="dijit.layout.LinkPane" href="t2.html"
closable="true" title="表格一" style="display: block;"></a>
<a id="ttab2" dojoType="dijit.layout.LinkPane"
href="event.html" refreshOnShow="true" title="表格二"
closable='true' style="display: block;"></a>
<a dojoType="dijit.layout.LinkPane" href="tt.jsp" onClose="paneClose"
closable="true" title="表格三" style="display: none;"> </a>
</div>
当我把 t2.html 加入以后,效果就出不来了
单独访问t2.html 是有效果的
提示对应的样式路径不对