cryptage
* * *
* * * * * ";
* i++;
* if (i=1) alert("Page html compil?e !");
* else alert("Page compiled "+i+" times!");
* }
* function selectCode() /* Selecting "Compilation" for Copying */
* {
* if(document.pad.text.value.length>0)
* {
* document.pad.text.focus();
* document.pad.text.select();
* }
* else alert('Rien à séléctionner !')
* }
* function preview() /* Preview for the "Compilation" */
* {
* if(document.pad.text.value.length>0)
* {
* pr=window.open("","Preview","scrollbars=1,menubar=1,status=1,width=700,height=320,left=50,top=110");
* pr.document.write(document.pad.text.value);
* }
* else alert('Arg!')
* }
* function uncompile() /* Decompiling a "Compilation" */
* {
* if (document.pad.text.value.length>0)
* {
* source=unescape(document.pad.text.value);
* document.pad.text.value=""+source+"";
* }
* else alert('Il n y a rien à compiler !')
* }
* // -->
* *
* *