<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>