1
所以我的代碼看起來像現在的問題是,一切都很好,當結果div打開,但是當這個頁面被訪問主包裝需要左導航的高度.. 我想知道如果有是一種方式,我可以在調用結果div時修改div高度。是否有可以給予ajax調用的JavaScript? 真的很感謝幫助..謝謝!用於更改按鈕點擊div高度的Javascript?
<div id="main-container">
<!--header starts-->
<jsp:include page="../common/header.jsp" />
<!--header ends-->
<!--body content starts-->
<div id="main-content-wrapper">
<!--body content left starts-->
<jsp:include page="../common/leftNavigation.jsp" />
<!--body content left ends-->
<!--body content right starts-->
<form:form name="submitForm" action="storemonthly" method="POST"
commandName="storePerformanceVO">
<div id="printDiv">
<div id="maincontent-right-wrapper">
<div class="page-heading-dailyroaster">
<spring:message
code="rmp.store_performance_monthly.page_header.store_performance_monthly" />
</div>
<!--shop starts-->
<div class="store-setup-wrapper">
<!--shop starts-->
<div class="shop-promoter-wrapper">
<div class="shop-promoter-inner">
<ul>
<li><spring:message
code="rmp.store_performance_monthly.label.store" />:</li>
<li> </li>
<li><form:select path="storeid" style="width:200px;">
<form:options items="${StoreList}" itemValue="storeId"
itemLabel="storeName" />
</form:select></li>
<li><img src="../static/images/spacer.gif" width="26"
height="1" /></li>
</ul>
</div>
</div>
<!--shop ends-->
</div>
<!--shop ends-->
<!--daily-roaster-wrapper starts-->
<div id="resultDiv"></div>
<!--page bottom ends-->
</div>
</div>
</form:form>
<!--body content right ends-->
</div>
<!--body content ends-->
<!--footer starts-->
<div class="footer"> </div>
<!--footer ends-->
</div>
可以還張貼你的CSS的高度 – 2012-03-30 06:26:47