groups

name language licence
PHP/MYSQL/SQL : Inserer donnees en base depuis csv PHP Other
JS : boîte de dialogue confirmation JS-JQuery Other
JS : Date du client en javascript JS-JQuery Other
HTML : plus d'infos sur la balise adress HTML Other
JS : ouvrir dans une popup (window.open ) JS-JQuery Other
PHP : convertir des retours à la ligne en entité html
avec la fonction nl2br()
PHP Other
PHP: manipuler date Other Other
PHP : conversion type de variable PHP Other

< 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 >



language: JS-JQuery
licence: Other

JS : boîte de dialogue confirmation

options: view full snippetsend to code collector
<html>
<head>
<script type="text/javascript">

     confirm("Press a button");

</script>
</head>
<body>
</body>
</html>
	
(Continues...)