Search
 
SCRIPT & CODE EXAMPLE
 

PHP

onbeforeunload com mysql php

<script type="text/javascript">
window.onbeforeunload = function(){ 
    var id = document.reset.id.value;
    $.ajax({
        url: "Resetter.php",
        type: "GET",
        data: {'id':id},
        success: function (response) {
            alert(response);
        }
    });
}
</script>
Comment

PREVIOUS NEXT
Code Example
Php :: install wget downloader php 
Php :: Wonder Gallery WordPress plugin php code to display a gallery 
Php :: how we show full name of month in posts 
Php :: SSL certificate problem: certificate has expired php 
Php :: Condition 
Php :: php print array source code 
Php :: multidimensional session-array 
Php :: PHP strcasecmp — Binary safe case-insensitive string comparison 
Php :: Same Taxonomy Add Multiple Post Type 
Php :: symmetric decryption in php 
Php :: faire un fichier zip en php 
Php :: PHP str_pad — Pad a string to a certain length with another string 
Php :: installing php storm version 20 in ubuntu 
Php :: time debug php 
Php :: create product model in laravel 
Php :: voirs les cles etrangeres phpmyadmin 
Php :: PHP Superglobal - $_POST 
Php :: how to show limited text in laravel on page 
Php :: PHP Installation broken - shows strange php code as response 
Php :: laravel class is not recognized in tinker 
Php :: laravel showing index of 
Php :: loop IlluminateSupportCollection Object ( [items:protected] = 
Php :: laravel How to apply Eloquent where() to child in hasMany() relationship 
Php :: remove public url laravel 
Php :: laravel many to many update all pivot 
Php :: how to use cornjob on live server in laravel 
Php :: powerpack add custom image size 
Php :: print array blade laravel 
Php :: null php 
Php :: php polymorphism 
ADD CONTENT
Topic
Content
Source link
Name
4+6 =