@Mandalor:
Hallo Mandalor,
es sind alle views betroffen. Ich kann diese noch nichtmal direkt im Browser anzeigen lassen.
Also bei https://www.xyz.de/verzeichnis/doofedb.nsf/viewname?OpenView bleibt die Seite weiss.
Der Quelltext sieht so aus:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Doofe DB</title>
<script language="JavaScript" type="text/javascript">
<!--
document._domino_target = "_self";
function _doClick(v, o, t) {
var url="/verzeichnis/doofedb.nsf/viewname?OpenView&Click=" + v;
if (o.href != null)
o.href = url;
else {
if (t == null)
t = document._domino_target;
window.open(url, t);
}
}
// -->
</script>
</head>
<body text="#000000" bgcolor="#ffffff">
<form action=""></form>
</body>
</html>
Was ist da los?
Gruß
Hitcher