Différences
Ci-dessous, les différences entre deux révisions de la page.
| Prochaine révision | Révision précédente | ||
| meeting [2015-Dec-02 02:02] – créée MOLINIER Etienne | meeting [2018-Sep-18 22:39] (Version actuelle) – modification externe 127.0.0.1 | ||
|---|---|---|---|
| Ligne 1: | Ligne 1: | ||
| < | < | ||
| - | <script type=" | ||
| - | var xhttp = new XMLHttpRequest(); | ||
| - | xhttp.onreadystatechange = function() { | ||
| - | if (xhttp.readyState == 4 && xhttp.status == 200) { | ||
| - | document.getElementById(" | ||
| - | } | ||
| - | }; | ||
| - | xhttp.open(" | ||
| - | xhttp.send(); | ||
| - | </ | ||
| <style media=" | <style media=" | ||
| /*Now the CSS*/ | /*Now the CSS*/ | ||
| Ligne 234: | Ligne 224: | ||
| <hr/> | <hr/> | ||
| <div id=" | <div id=" | ||
| + | <script type=" | ||
| + | var xhttp = new XMLHttpRequest(); | ||
| + | xhttp.onreadystatechange = function() { | ||
| + | console.log(' | ||
| + | if (xhttp.readyState == 4 && xhttp.status == 200) { | ||
| + | console.log(' | ||
| + | document.getElementById(" | ||
| + | } | ||
| + | }; | ||
| + | console.log(' | ||
| + | xhttp.open(" | ||
| + | xhttp.send(); | ||
| + | </ | ||
| </ | </ | ||