ここに私のコードがあります
<script type="text/javascript">
$.ajax({
type: "POST",
url: "proses.php",
data: {
noKartu: noK,
nmKartu: nP,
tujuan: bT,
idBus: iB,
jum: ind,
noKursi: nKursi,
biaya: harga,
tgl: tK
}
});
</script>
私がやりたいことは、ajax がデータを proses.php に投稿した後、ページは次のページに直接移動することです。ありがとう