Suche im Forum:
Suchen


Autor Nachricht
Beitrag09.01.2009 um 20:29 (UTC)    
Titel:

Ist fertig :
Code:
<meta content="de" http-equiv="Content-Language" />
<meta content="text/html; charset=windows-1252" http-equiv="Content-Type" />
<table style="border-right: #ffffff 2px dotted; border-top: #ffffff 2px dotted; border-left: #ffffff 2px dotted; border-bottom: #ffffff 2px dotted" width="138" border="0">
    <tbody>
        <tr>
            <td>
            <table id="table3" height="220" width="138" bgcolor="#000000" border="0">
                <tbody>
                    <tr>
                        <td background="http://img.webme.com/pic/g/gl-designs/wolf.png" bgcolor="#000000" height="150">&nbsp;</td>
                    </tr>
                    <tr>
                        <td align="center" bgcolor="#000000" height="15">
                        <div id="Clock" style="font-weight: bold; font-size: 23px; color: #ffffff">&nbsp;</div>
                        <script type="text/javascript">
<!--
function tick()
{
var hours, minutes, seconds;
var intHours, intMinutes, intSeconds;
var today;

today = new Date();
intHours = today.getHours();
intMinutes = today.getMinutes();
intSeconds = today.getSeconds();

hours = intHours+":";
if (intMinutes < 10) {minutes = "0"+intMinutes+":";}
else {minutes = intMinutes+":";}
if (intSeconds < 10) {seconds = "0"+intSeconds+" ";}
else {seconds = intSeconds+" ";}
timeString = hours+minutes+seconds;
Clock.innerHTML=timeString;

window.setTimeout("tick();", 1000);
}
window.onload = tick;
//-->
</script></td>
                    </tr>
                    <tr>
                        <td bgcolor="#000000" height="15">
                        <p align="center"><font face="Times New Roman" color="#ffffff"><font color="#ffffff" size="2"><a href="http://gl-designs.de.tl">&copy; Gl-Designs</a></font></font></p>
                        </td>
                    </tr>
                    <tr>
                        <td align="center">&nbsp;</td>
                    </tr>
                </tbody>
            </table>
            </td>
        </tr>
    </tbody>
</table>

______________
Beiträge der letzten Zeit anzeigen:   


Powered by phpBB © 2001, 2005 phpBB Group
Deutsche Übersetzung von phpBB.de