www.
time-flow-clock.
                  de

Uhr der
fliessenden
Zeit

Home

Uhr/Clock

Info

Bild / Pic

Download

Time
flow
Clock

Copyright© 2000
All Rights Reserved

Roland Barth
Germany
Baden-Baden

last update:

online since:
01/22/00 22:57:00

schritt 1 / step 1: der <head> bereich / the <head> section (javascript)
schritt 2 / step 2: der <body> bereich / the <body> section
schritt 3 / step 3: funktion "Init()" im <body> tag / function "Init()" in <body> tag
schritt 4 / step 4: die bilder / the pictures
schritt 5 / step 5: festlegen der position für die uhr / define the position of the clock
ansicht / view: so sieht die uhr aus (größe=300x600) / so looks the clock like (size=300x600)
download (48kb)

schritt 1 / step 1 nach oben / top
Den Inhalt der Datei «head.txt» zwischen <head> und </head> einfügen
Insert the content of the file «head.txt» between <head> und </head>:

<script language="javascript">
<!--
/*
//bitte diesen Absatz nicht entfernen,
please do not remove this text:
//time flow clock javascript

[...]
document.layers[83].top=525+top; Startnscp(); } function Init() { if(navigator.appName == "Microsoft Internet Explorer") Initmsie(); else Initnscp(); } // --> </script>


schritt 2 / step 2 nach oben / top
Den Inhalt der Datei «body.txt» zwischen <body> und </body> einfügen
Insert the content of the file «body.txt» between <body> und </body>:

<div id="Bildbereich00" style="position:absolute;
left:0px; top:00px; padding:0px; clip:rect(0 300 600 0);
visibility:noshow;">
<layer>

[...]
width="165" height="20" border="0"></a> <layer width=165 height=20> </layer> </div>


schritt 3 / step 3 nach oben / top
Im "body"-Tag muß die Funktion "Init()" definiert werden
In the "body"-tag the function "Init()" has to be defined:

<body onLoad="Init()">


schritt 4 / step 4 nach oben / top
Alle zugehörigen 63 Bilder müssen in ein Unterverzeichnis "/clockimg" kopiert werden
You must copy all necessary 63 pictures into a subdirectory "/clockimg"

http://.../yourdirectory/clockimg/


schritt 5 / step 5 nach oben / top
Im <head> Bereich (JavaScript) wird die Position der Uhr festgelegt
In the <head> section (javascript) you can define the position of the clock:

[...]
//hier kann die Position der Uhr bestimmt werden,
//here you can define the position of the clock:
//top: Abstand vom oberen Fensterrand, distance from top of the window
//left: Abstand vom linken Fensterrand, distance from left of the window
*/
var top=100; var left=150;
[...]


download nach oben / top
Der folgende download beinhaltet die Dateien «head.txt», «body.txt» und die 63 Bilder
The following download includes the files «head.txt», «body.txt» and 63 pictures

Download NOW (48kb)