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 : ouvrir dans une popup (window.open )

options: view full snippetsend to code collector
window.open (this.href, 'nom de la fenêtre', 'height=200, width=600, toolbar=no, menubar=no, scrollbars=yes, resizable=no, location=no, directories=no, status=no');
	
(Continues...)