document.write('');document.write('
Votre nom :
Votre email :
Commentaire :
');function addFormWebjs(wjsChampId, balise_debut, balise_fin) { var champ = document.getElementById(wjsChampId); var scroll = champ.scrollTop; if (champ.curseur) { champ.curseur.text = balise_debut + champ.curseur.text + balise_fin; } else if (champ.selectionStart >= 0 && champ.selectionEnd >= 0) { var debut = champ.value.substring(0, champ.selectionStart); var entre = champ.value.substring(champ.selectionStart, champ.selectionEnd); var fin = champ.value.substring(champ.selectionEnd); champ.value = debut + balise_debut + entre + balise_fin + fin; champ.focus(); champ.setSelectionRange(debut.length + balise_debut.length, champ.value.length - fin.length - balise_fin.length); } else { champ.value += balise_debut + balise_fin; champ.focus(); } champ.scrollTop = scroll; } document.write('         
         
'); document.write('

Ce service est administré par WebJS
');