Heim > Fragen und Antworten > Hauptteil
<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>
Die t2.update();-Methode kann im Firefox-Browser und im 360-Geschwindigkeitsmodus verwendet werden, kann jedoch nicht im Kompatibilitätsmodus und im IE-Browser verwendet werden. Ich würde gerne fragen, wie das Kompatibilitätsproblem gelöst werden kann dass das t2-Panel die Seite aktualisieren kann