I have an Ajax function that works in Firefox but not in IE6
My AJAX Script:
& lt; Script type = "text / javascript" & gt; Function Wilder DLIS () {var url = 'Administration / Guitunutilizers.Do? Method = reality dli '; Var params = 'DR =' + encodeurIComponent (document.getElementById ('selectDR'). Value); Var myAjax = New Ajax Request (url, {method: 'post', parameters: parameters, margins: majDLIS}); } Function majDLIS (back) {if (retour.status == 200) {warning ("again state:" + retour.responseText); Document.getElementById ('tableDLI'). Internal HTML = Rator Rendering text; } And {document.getElementById ('tableDLI'). InnerHTML = "uncool"; }} & Lt; / Script & gt; My & lt; Body & gt;
[...]
& lt; In the table class = "tabform" id = "tableDLI" & gt; & Lt; C: forEach var = "DLI" item = "$ {sessionScope ['fiscal.businessGujaratiUtilizerForm']. DLISUtilisateur}" varStatus = "status" & gt; & Lt; TR & gt; & Lt; Td square = "label_tirection_profile 1 width 200px" & gt; & Lt; C: Out value = "$ {DLI.code}" /> & Lt; / TD & gt; & Lt; Td square = "width-150px" colspan = "3" & gt; & Lt; Html: checkbox property = "DLI ($ {status.count-1})" /> & Lt; / TD & gt; & Lt; / TR & gt; & Lt; / C: foreach & gt; & Lt; / Table & gt; [...]
In my alerts, I am recovering my data properly, which I call my tableDLI
Apparently you are using prototypes First of all, let me tell you that IE6 targeting is wrong, bad It's bad, it's well known that this browser has broken into all types of ways. In the browser, you probably have JavaScript errors, what are they?
Comments
Post a Comment