標籤/JS 問題解決合集

 IFRAME 框架高度自適應:
 
 <IFRAME ID=IFrame  FRAMEBORDER=0 width="100%" height="95%" SCROLLING=YES SRC='<%=request.getContextPath()%>/htmlservlet?sheet_id=<%=sheetId%>&id=<%=bocoIds %>&action=view' οnlοad="this.height=IFrame.document.body.scrollHeight">
 </IFRAME>
 
STRUTS SELECT 的標籤:
 
<html:select property="beanCollectionSelect" size="10" multiple="true"> 多選
<html:select property="mainFaultTypeSelect" style="width: 3.6cm;" disabled="true"> 變灰

STRUTS Actionforward 重定向:

 

ActionForward actionforward = new ActionForward("/tawFaultsheet/list.do?a=bb");

return actionforward;

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章