LKWs Änderung
This commit is contained in:
@@ -566,22 +566,20 @@
|
|||||||
//alert('Horray! 200 status code!' + result[i]);
|
//alert('Horray! 200 status code!' + result[i]);
|
||||||
// alert(result.rows.length)
|
// alert(result.rows.length)
|
||||||
let strHTML4 = '<tr style="width:385.5px"><td style="width:96.375px">' + result[i]["0"] + '</td><td style="width:96.375px">' + result[i]["1"] + '</td><td style="width:96.375px">' + result[i]["2"] + '</td><td style="width:96.375px">' + result[i]["3"] + '</td></tr>'
|
let strHTML4 = '<tr style="width:385.5px"><td style="width:96.375px">' + result[i]["0"] + '</td><td style="width:96.375px">' + result[i]["1"] + '</td><td style="width:96.375px">' + result[i]["2"] + '</td><td style="width:96.375px">' + result[i]["3"] + '</td></tr>'
|
||||||
//alert(strHTML4)
|
//alert(strHTML4)
|
||||||
$('#<%=tablemain_m.ClientID%>').append(strHTML4);
|
$('#<%=tablemain_m.ClientID%>').append(strHTML4);
|
||||||
}
|
}
|
||||||
|
|
||||||
//renderTable(data.d);
|
//renderTable(data.d);
|
||||||
//alert(strHTML);
|
//alert(strHTML);
|
||||||
//$('#<%'=tablemain.ClientID%>').append(strheaderL);
|
|
||||||
},
|
},
|
||||||
error: function (jqXHR, textStatus, errorThrown) {
|
error: function (jqXHR, textStatus, errorThrown) {
|
||||||
alert("Status:" + jqXHR.status + "\nStatusText: " + textStatus + "\nError:" + errorThrown);
|
alert("Status:" + jqXHR.status + "\nStatusText: " + textStatus + "\nError:" + errorThrown);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
//filltable2(id.split(',')[0])
|
//filltable2(id.split(',')[0])
|
||||||
}
|
}
|
||||||
|
|
||||||
</script>
|
|
||||||
<script>
|
|
||||||
function detailtabelle(id) {
|
function detailtabelle(id) {
|
||||||
alert(id)
|
alert(id)
|
||||||
}
|
}
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user