1/* 2 * File Name: dialogue.js 3 * Scripts for the fck_insertCode.html page. 4 * 5 * File Authors: 6 * Michel Staelens (michel.staelens@wanadoo.fr) 7 * Bernadette Cierzniak 8 * Abdul-Aziz Al-Oraij (top7up@hotmail.com) 9 * Frederico Caldeira Knabben (fredck@fckeditor.net) 10 * Nico Piponides 11 */ 12 13function afficher(txt) 14{ 15 document.getElementById( 'insCode_area' ).value = txt ; 16} 17 18function rechercher() 19{ 20 return document.getElementById( 'insCode_area' ).value ; 21}