https://github.com/douglascrockford/JSON-js
<script type="text/javascript" src="../Resources/Scripts/json2.js"></script>
<script type="text/javascript">
function getReturnValue(returnValue) {
var obj = JSON.parse(returnValue);
var oAUFNR = $('<%= txtAUFNR.ClientID %>');
oAUFNR.value = obj.AUFNR;
}
</script>
댓글 없음:
댓글 쓰기