Stop, hole alles zurück.
</pre>
<script language="JavaScript">
var Ergebnis = "<pre>ORA-02291: integrity constraint (...) violated - parent key not found
</pre>
";
document.writeln(Ergebnis);
alert(Ergebnis);
</script>
<html>
steht also doch was drin, nur die Ausgabe "normal" und im Alert funzt nicht
</pre>
<script language="JavaScript">
var Ergebnis = "<pre>ORA-02291: integrity constraint (...) violated - parent key not found
</pre>
";
document.writeln(Ergebnis);
alert(Ergebnis);
</script>
<html>
steht also doch was drin, nur die Ausgabe "normal" und im Alert funzt nicht
Kommentar