首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 网站开发 > JavaScript >

怎么卸载tabcontainer中的页面

2012-03-05 
如何卸载tabcontainer中的页面?tabcontainerid tab1 style Z-INDEX:100LEFT:480pxWIDTH:280pxPOS

如何卸载tabcontainer中的页面?
<tabcontainer     id= "tab1 "     style= "Z-INDEX:     100;     LEFT:     480px;     WIDTH:     280px;     POSITION:     absolute;     TOP:     448px;     HEIGHT:     181px "     onchange= "tab_Change() "     tab_index= "1 ">    
<tabbutton     width= "240px "     tab_text= "Button1 "     tab_id= "1 "> </tabbutton>    
<tabbutton     width= "240px "     tab_text= "Button2 "     tab_id= "2 "> </tabbutton>    
<tabbutton     width= "240px "     tab_text= "Button3 "     tab_id= "3 "> </tabbutton>    
</tabcontainer>
 
function     tab_sales_award()    
{    
          tab1.setpage(tab1.tab_index==1? "testpage1.aspx ":(tab1.tab_index==2     ?     "testpage2.aspx "     :     "testpage3.aspx? "));    
}    
 
请问,怎样可以将tabcontainer中加载的页面卸载?

[解决办法]
tab1.setpage() 从何而来???

相应的方法要拿出来啊。

热点排行