Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <script type="text/javascript" language="javascript">
- $(document).ready(function(){
- function disableF5(e) { if ((e.which || e.keyCode) == 116 || (e.which || e.keyCode) == 82) e.preventDefault(); };
- $(document).on("keydown", disableF5);
- $("#info").load('info.php');
- $("#tombol").click(function(){
- $.post("counter.php", function(data, status){
- $("#testmodal").modal('show');
- $("#info").load('info.php');
- $("#print").load('winprint.php');
- });
- });
- });
- </script>
Advertisement
Add Comment
Please, Sign In to add comment