Hallo zusammen.
Hab nun das Forum durchforstet und auch die beiden Themen, welche das schonmal behandelt haben.
Es geht um flogendes, welches über meinem Blog angezeigt wird:
Zitat") w.document.title = window.document.title + ' - Full Screen Video'; w.focus(); } function qt_openWindow(url){ var w = window.open('','watchFullScreen', getFullScreenWindowParams()); url = url.replace('&','&'); w.document.write("\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ ") w.document.title = window.document.title + ' - Full Screen Video'; w.focus(); } function gv_switchOn(turnOn, turnOff){ var on = document.getElementById(turnOn); var off = document.getElementById(turnOff); on.style.display = 'block'; off.style.display = 'none'; } // -->
Leider habe ich nirgends einen Hinweis gefunden, weshalb dieser Fehler auftauch bzw wie man ihn beseitigt.
Im Quellcode der Seite sieht das dann folgendermaßen aus:
....
</div></body></html>")
w.document.title = window.document.title + ' - Full Screen Video';
w.focus();
}
function gv_switchOn(turnOn, turnOff){
var on = document.getElementById(turnOn);
var off = document.getElementById(turnOff);
on.style.display = 'block';
off.style.display = 'none';
}
// -->
</script>
<style type='text/css'>
/* hides the second object from all versions of IE */
* html object.gv_mov {
display: none;
}
/* displays the second object in all versions of IE apart from 5 on PC */
* html object.gv_mov/**/ {
display: inline;
}
/* hides the second object from all versions of IE >= 5.5 */
* html object.gv_mov {
display/**/: none;
}
</style></head>
Alles anzeigen
Leider weiß ich nicht wer dies erzeugt... Auch ist es seltsam, das mein Blog von Zeit zu Zeit auch ohne diesen nervigen Code angezeigt wird....
Für Hilfe bin ich sehr dankbar!
mfG
Akron