"); document.close(); } else { //theLocation = "../../php/text/insert_text.php?theUrl="+theHref+"&action=notins&modul=text"; document.open(); document.writeln(theFormShow); document.writeln(""); document.close(); } //top.frames[1].document.location.href = theLocation; } function umlaute(aString) { newString = aString.replace(/\ä/,"ä"); newString = newString.replace(/\ö/,"ö"); newString = newString.replace(/\ü/,"ü"); newString = newString.replace(/\Ä/,"Ä"); newString = newString.replace(/\Ö/,"Ö"); newString = newString.replace(/\Ãœ/,"Ü"); newString = newString.replace(/\ß/,"ß"); //Ersetzen von: //ä - ö - ü - Ä - Ö - Ü - ß ---- //ä - ö - ü - Ä - Ö - Ãœ - ß ---- return newString; } //-------------------------------------------------------- function suchen() { sucheStart = "../frame/loader.htm"; parent.frames["FrameText"].location = sucheStart; }