Beiträge von supersass1

    ich hab kein link, da es bis jetzt noch offline ist..

    dies ist der code ohne den framenamen...

    Code
    <table>
    <tr>
     <td id="test" width="240" height="82" onmousedown="this.style.backgroundImage='url(bild_a.jpg)'" onCLick="window.document.location.href='http://www.andreas-sass.de'; window.'main'" onMouseOver="this.style.backgroundImage='url(bild_c.jpg)';"  onMouseOut="this.style.backgroundImage='url(bild_b.jpg)';" style="background-image:url(bild_b.jpg);">
    <a><p align="center"><font face="Comic Sans MS">Hallo du da</font></p></a>
     </td>
    </tr>
    </table>

    hi,

    wie kann ich ein video abspielen, außer so:

    Code
    <embed SRC="/video.AVI" autostart=true>


    weil hier stürtzt er entweder ab oder zeigt das video nicht, sondern nur den ton...

    mfg supersass1

    jo danke, funzt :)

    nur jetz will ich noc nen link machen...

    ich mach das mit onclick, aber wie kann ich das machen, dass er das in einem bestimmten Frame öffnet?

    <html>
    <head>
    <title>http://www.andreas-sass.de</title>


    <script language="JavaScript">
    <!--
    function doHover(b,i)
    {
    f = document[b].src;
    f = f.substr(0,f.length-5);
    f+=i+'.jpg';
    document[b].src = f;
    }
    //-->
    </script>

    </head>
    <body text="#FFFFFF" bgcolor="#000000" link="#FF0000" alink="#FF0000" vlink="#FF0000">


    <table>
    <tr>
    <td id="test" width="240" height="82" OnClick="open('http://www.andreas-sass.de')" onMouseOver="this.style.backgroundImage='url(bild_c.jpg)';" onMouseOut="this.style.backgroundImage='url(bild_b.jpg)';" style="background-image:url(bild_b.jpg);">
    <a><p align="center"><font face="Comic Sans MS">Hallo du da</font></p></a>
    </td>
    </tr>
    </table>
    </body>
    </html>