读书人

TabPanel使用

发布时间: 2012-09-10 22:20:12 作者: rapoo

TabPanel应用
function addrsend(foldertype,fullid,tabName){

url= "../composerindex.jsp?subtype=addrsend&foldertype=" + foldertype + "&fullid=" + fullid;

parent.parent.tabpanel.addTab({id:"sendMail",title:tabName, html:'<iframe src="' + url +'" width="100%" height="100%" marginwidth="0" scrolling="auto"'
+'marginheight="0" frameborder="0"></iframe>'});

}


为什么在composerindex.jsp用request.getParameter("subtype")取不到值呢?要怎么才能得到???

[解决办法]
楼主好速度

读书人网 >Java Web开发

热点推荐