';AddText(AddTxt);} function php_code(){AddTxt='';AddText(AddTxt);} function tabelle(){AddTxt="
| "+text+" | \r
'+text+'
';AddText(AddTxt);} function feet1(){AddTxt=''+text+'';AddText(AddTxt);} function feet2(){AddTxt='"'+text+'"';AddText(AddTxt);} function uhr(){h = new Date(); s = h.getHours(); i = h.getMinutes();AddTxt= s + ":" + Z(i) + " Uhr"; AddText(AddTxt);} function Z(x){return(((x < 10) ? "0" : "") + x)} function datum(){ wt = new Array("Sonntag","Montag","Dienstag","Mittwoch","Donnerstag","Freitag","Samstag"); jm = new Array("Januar","Februar","März","April","Mai","Juni","Juli","August","Septemper","Oktober","November","Dezember"); h = new Date(); t = h.getDate(); w = h.getDay(); m = h.getMonth(); m2 = h.getMonth()+1; j = h.getYear(); AddTxt=t + "." + m2 + "." + j + " - " + wt[w] + ", " + t + " " + jm[m] + " " + j AddText(AddTxt); } function key(x){ var Size = document.creator.Aa[0].checked ? 1 : 0 || document.creator.Aa[1].checked ? 2 : 0; if (Size ==1){x = x.toUpperCase()} AddTxt=x;AddText(AddTxt); } function asci(){ var x ='&'+(creator.ascii.options[creator.ascii.selectedIndex].value)+';'; AddTxt=x;AddText(AddTxt); } function kopieren(){ document.execCommand('Copy') } function einfuegen(){ document.creator.message.focus();document.execCommand('Paste') } function Cutt(){ document.creator.message.focus();document.execCommand('Cut') document.creator.message.value=''; document.creator.message.focus();document.execCommand('Paste') } function loeschen(){ document.creator.message.focus();document.execCommand('Delete') } function schneiden(){ document.execCommand('Cut') } // Seitenansicht function Fenster(){ var a = window.open('','a','scrollbars=yes,status=yes,menubar=yes,resizable=yes,location=no,toolbar=yes,width=700,height=500') a.document.open("text/html"); a.document.write(creator.message.value); a.document.close() a.focus()} function farbe_zeigen(A,B){ A.style.backgroundColor=B; } //-->