<c:if test="${requestScope.isntCustVip == true}">
<script type="text/javascript">
function browserPage(pageNum){
var t2 = parent.Ext.getCmp("main").child("#" +'StarCustomerHold_'+${requestScope.staff_name});
t2.update();
var t1 = parent.Ext.getCmp("main").child("#" +'StarCustomerHold_'+${requestScope.cm_id});
t1.close();
}
</script>
</c:if>
<c:if test="${requestScope.isntCustVip == false}">
<script type="text/javascript">
function browserPage(pageNum){
var t2 = parent.Ext.getCmp("main").child("#M0503");
t2.update();
var t1 = parent.Ext.getCmp("main").child("#" +'StarCustomerHold_'+${requestScope.cm_id});
t1.close();
}
</script>
</c:if>
Kaedah t2.update(); boleh digunakan dalam pelayar Firefox dan mod kelajuan 360, tetapi tidak boleh digunakan dalam mod keserasian dan pelayar IE. Saya ingin bertanya bagaimana untuk menyelesaikan masalah keserasian bahawa panel t2 boleh memaparkan halaman
Hanya menyokong mod standard ie8, tidak menyokong ie6 dan 7