| Server IP : 109.234.162.214 / Your IP : 216.73.216.138 Web Server : Apache System : Linux servd162214.srv.odns.fr 4.18.0-372.26.1.lve.1.el8.x86_64 #1 SMP Fri Sep 16 14:08:19 EDT 2022 x86_64 User : carpe ( 1178) PHP Version : 8.0.30 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/carpe/public_html/ajax/avant/ |
Upload File : |
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <link rel="stylesheet" type="text/css" href="club.css"> <script src="https://code.jquery.com/jquery-3.4.1.min.js" integrity="sha256-CSXorXvZcTkaix6Yvo6HppcZGetbYMGWSFlBw8HfCJo=" crossorigin="anonymous"></script> <script src="js.js"></script> <title>Exo ajax</title> </head> <body> <nav><span id="tab"> Afficher les joueurs</span><span>Première lettre<input type="text" maxlength="1" id="lettre"/></span><span id="ins">Insérer</span> </nav> <nav id="insertion"><span>Nom<input type="text" id="nom"/></span><span> Prenom <input type="text" id="prenom"/></span><span> Poste <input type="text" id="poste"/></span><span><button value="insérer" id='ins2'>Insérer</button></span></nav> <section id="aff"> C'est ici que s'affichera le tableau des joueurs. </section> </body> </html>