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")取不到值呢?要怎么才能得到???
------解决方案--------------------
楼主好速度