first commit
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
<?php
|
||||
$no_agenda=$_POST['b'];
|
||||
$thn=$_POST['thn'];
|
||||
?>
|
||||
|
||||
<input type="hidden" id="noag" value="<?php echo $no_agenda; ?>">
|
||||
<input type="hidden" id="thnag" value="<?php echo $thn; ?>">
|
||||
<div id="tabel_s"></div>
|
||||
<br>
|
||||
<div id="tabel_k"></div>
|
||||
|
||||
<script type="text/javascript">
|
||||
var no_agenda = $('#noag').val();
|
||||
var thn = $('#thnag').val();
|
||||
$('#tabel_s').load('app/disposisi/tabel_s.php',{no_agenda:no_agenda, thn:thn});
|
||||
$('#tabel_k').load('app/disposisi/tabel_k.php',{no_agenda:no_agenda, thn:thn});
|
||||
</script>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user