Ja sonst funktioniert JS und Java.
Der Fehler ist folgender:
Error: detailWindow.location has no properties
Source File: http://www.tvtv.de/epg_fp/javascripts/DayOverviewLib3.js
Line 380: detailWindow.location.href=formURL+"?sendung="+anId;
in der Funktion sd:
function sd(anId)
{
var detailWindow;
detailWindow = window.open("","sw","menubar=no,scrollbars=yes,resizable=no,status=yes,width=500,height=500");
detailWindow.location.href=formURL+"?sendung="+anId;
// myMenuDocument.show_form.sendung.value = anId;
// myMenuDocument.show_form.submit();
}
Aber warum das nur bei mir auftritt ist mir ein Rätsel. Kann das mit WinXP-Patches zusammenhängen?