<object> Tag Internetexplorer stürzt beim Speichern ab

  • Hey
    Ich habe eine Seite mit mehreren <object> Tags geschrieben.
    Darin sind Adressen von Html Seiten einer Online- Fernsehzeitschrift eingebunden.
    Immer wenn ich versuche mit "Speichern unter" die Seite komplett zu speichern stürzt der Internetexplorer ab.
    Unter "zu denFavoriten hinzufügen" bekomme ich "online verfügbar machen" nicht aktiviert weil das ausgeschaltet ist.
    Ist im Quelltext was falsch oder liegt das am IE?
    Den Quelltext häng ich mal hier an:


    <HTML>
    <HEAD>


    <TITLE>Unbenanntes Dokument</TITLE>
    </HEAD>
    <BODY>



    <object data="http://www.prisma-online.de/tv/national.html?cid=Rtl2&hr=C&hr=D&hr=E&hr=F&day=2004-10-07" width=800 height=200 type="text/html">


    </object>


    <object data="http://www.prisma-online.de/tv/national.html?cid=Kaka&hr=C&hr=D&hr=E&hr=F&day=2004-10-07" width=800 height=200 type="text/html">


    </object>



    <object data="http://www.prisma-online.de/tv/national.html?cid=Srtl&hr=C&hr=D&hr=E&hr=F&day=2004-10-07" width=800 height=200 type="text/html">


    </object>


    <object data="http://www.prisma-online.de/tv/national.html?cid=Tvnrw&hr=C&hr=D&hr=E&hr=F&day=2004-10-07" width=800 height=200 type="text/html"> </object>


    <object data="http://www.prisma-online.de/tv/national.html?cid=Dsf&hr=C&hr=D&hr=E&hr=F&day=2004-10-07" width=800 height=200 type="text/html"> </object>


    <object data="http://www.prisma-online.de/tv/national.html?cid=Kika&hr=C&hr=D&hr=E&hr=F&day=2004-10-07" width=800 height=200 type="text/html"> </object>


    <object data="http://www.prisma-online.de/tv/national.html?cid=Arte&hr=C&hr=D&hr=E&hr=F&day=2004-10-07" width=800 height=200 type="text/html"> </object>


    <object data="http://www.prisma-online.de/tv/national.html?cid=Phoenix&hr=C&hr=D&hr=E&hr=F&day=2004-10-07" width=800 height=200 type="text/html"> </object>


    <object data="http://www.prisma-online.de/tv/national.html?cid=West3&hr=C&hr=D&hr=E&hr=F&day=2004-10-07" width=800 height=200 type="text/html"> </object>


    <object data="http://www.prisma-online.de/tv/national.html?cid=Nord3&hr=C&hr=D&hr=E&hr=F&day=2004-10-07" width=800 height=200 type="text/html"> </object>


    <object data="http://www.prisma-online.de/tv/national.html?cid=Sw3&hr=C&hr=D&hr=E&hr=F&day=2004-10-07" width=800 height=200 type="text/html"> </object>


    <object data="http://www.prisma-online.de/tv/national.html?cid=Bayern3&hr=C&hr=D&hr=E&hr=F&day=2004-10-07" width=800 height=200 type="text/html"> </object>


    <object data="http://www.prisma-online.de/tv/national.html?cid=Vivaplus&hr=C&hr=D&hr=E&hr=F&day=2004-10-07" width=800 height=200 type="text/html"> </object>


    <object data="http://www.prisma-online.de/tv/national.html?cid=N24&hr=C&hr=D&hr=E&hr=F&day=2004-10-07" width=800 height=200 type="text/html"> </object>


    <object data="http://www.prisma-online.de/tv/national.html?cid=Terranova&hr=C&hr=D&hr=E&hr=F&day=2004-10-07" width=800 height=200 type="text/html"> </object>


    </BODY>
    </HTML>

  • Hallo Wilfried
    Ich habe zur Zeit keine Möglichkeit das in einem anderen Browser zu überprüfen.
    vieleicht kannst du das ja machen und mir mitteilen ob und welcher Browser das unterstützt.
    Die Tags sind eigendlich immer die gleichen nur mit kleinen Änderungen für das jeweilige Fernsehprogramm bei der Zeitschrift Prisma.
    Am Quelltext scheint auch nichts falsches zu sein denn die Seite wird ohne Schwierigkeiten geladen. Nur Speichern und online verfügbar machen in den Favoriten funktioniert nicht. Deshalb mein Verdacht das der IE6 das nicht handeln kann.
    Gruß Reiner