日期:2014-05-16 浏览次数:20490 次
tabs[4] = ['','辅助计费','http://localhost:8080/CallCenterProject?basePath=<%=basePath%>','辅助计费'];
<pre name="code" class="html"><iframe id="mframe" style="display: none" src=""></iframe>
</pre> $("#mframe").attr("src",$("#basePath").val()+"/hollycrm/priceFrame.jsp?sCity="+departureCity+"&aCity="+destinationCity
+"&transport="+transport+"&weight="+curWeight+"&strVolume="+curVolume+"&insurance="+insured);
<script type="text/javascript">
window.onload=function(){
var orderInfo = {};
orderInfo['leavedCityId'] = '${param.sCity}';
orderInfo['sendCityId'] = '${param.aCity}';
orderInfo['transportMode'] = '${param.transport}';
orderInfo['weight'] = '${param.weight}';
orderInfo['strVolume'] = '${param.strVolume}';
orderInfo['insuredAmount'] = '${param.insurance}';
try {
parent.parent.tpPageID2.detailf.publishPrice(orderInfo);
parent.parent.clickOrderTab();
} catch(e) {
}
}
</script>