first commit
This commit is contained in:
19
dev/app/skeluar/modal_tools.php
Normal file
19
dev/app/skeluar/modal_tools.php
Normal file
@@ -0,0 +1,19 @@
|
||||
<?php
|
||||
$no_urut=$_POST['b'];
|
||||
?>
|
||||
|
||||
<input type="hidden" id="nour" value="<?php echo $no_urut; ?>">
|
||||
<div id="tabel_s"></div>
|
||||
|
||||
|
||||
<script type="text/javascript">
|
||||
var no_urut = $('#nour').val();
|
||||
|
||||
$('#tabel_s').load('app/skeluar/tabel_s.php',{no_urut:no_urut});
|
||||
</script>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user