Apache/2.4.7 (Ubuntu) Linux sman1baleendah 3.13.0-24-generic #46-Ubuntu SMP Thu Apr 10 19:11:08 UTC 2014 x86_64 uid=33(www-data) gid=33(www-data) groups=33(www-data) safemode : OFF MySQL: ON | Perl: ON | cURL: OFF | WGet: ON > / var / www / html / kelulusanbe / application / views / | server ip : 104.21.89.46 your ip : 172.69.130.116 H O M E |
Filename | /var/www/html/kelulusanbe/application/views/form.php |
Size | 819 |
Permission | rw-r--r-- |
Owner | root : root |
Create time | 07-May-2025 20:45 |
Last modified | 07-May-2025 20:45 |
Last accessed | 07-May-2025 20:45 |
Actions | edit | rename | delete | download (gzip) |
View | text | code | image |
<html>
<head>
<title>GET DATA with AJAX</title>
<script>
var baseurl = "<?php echo base_url("index.php/"); ?>"; // Buat variabel baseurl untuk nanti di akses pada file config.js
</script>
<script src="<?php echo base_url("js/jquery.min.js"); ?>"></script> <!-- Load library jquery -->
<script src="<?php echo base_url("js/config.js"); ?>"></script> <!-- Load file process.js -->
</head>
<body>
<h1>FORM SISWA</h1><hr>
<form>
<table>
<tr>
<td>NIS</td>
<td>:</td>
<td><input type="text" name="NoPeserta" id="NoPeserta"> <button type="button" id="btn-search">Cari</button> <span id="loading"></span></td>
</tr>
<tr>
<td>Nama</td>
<td>:</td>
<td><input type="text" name="nama" id="nama"></td>
</tr>
</table>
</form>
</body>
</html>
<head>
<title>GET DATA with AJAX</title>
<script>
var baseurl = "<?php echo base_url("index.php/"); ?>"; // Buat variabel baseurl untuk nanti di akses pada file config.js
</script>
<script src="<?php echo base_url("js/jquery.min.js"); ?>"></script> <!-- Load library jquery -->
<script src="<?php echo base_url("js/config.js"); ?>"></script> <!-- Load file process.js -->
</head>
<body>
<h1>FORM SISWA</h1><hr>
<form>
<table>
<tr>
<td>NIS</td>
<td>:</td>
<td><input type="text" name="NoPeserta" id="NoPeserta"> <button type="button" id="btn-search">Cari</button> <span id="loading"></span></td>
</tr>
<tr>
<td>Nama</td>
<td>:</td>
<td><input type="text" name="nama" id="nama"></td>
</tr>
</table>
</form>
</body>
</html>