You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
information-system/webht/third_party/apidoc/views/form_test.php

7 lines
268 B
PHTML

<div id="haha" style="padding:50px;background:#f0f0f0;"></div>
<script type="text/javascript">
var form_sn="9";
$.post('http://localhost:9999/info.php/thirdparty/form/index/call_form',{"form_sn":form_sn},function(htmls) {
$("#haha").html(htmls);
});
</script>