Autor |
Nachricht |
-
reiterhof-bielmaier
|
10.05.2010 um 20:33 (UTC) Titel: Cowndown |
|
|
--------------------------------------------------------------------------------
Hallo Zusammen,
hat jemand einen Ähnlichen Code wie den der gleich folgt nur ohne Werbung?
Oder kann mir jemand den Code umschreiben das die Werbung weg ist?
<!-- präsentiert von kostenlose-javascripts.de -->
<script type='text/javascript'>
<!--
var now = new Date();
var year = now.getYear();
if (year < 1900) {
year += 1900;
}
var end = new Date("December 31, " + year + " 23:00:00 GMT");
document.write('<div style="text-align: center">');
document.write(' <span id="c1" style="FONT: bold 30px arial; COLOR: green"></span><br />');
document.write(' <span id="c2" style="font: bold 25px arial; color: blue">;</span><br />');
document.write(' ...bis zum neuen Jahr ' + (year+1));
document.write('</div>');
function toSt2(n) {
s = "";
if (n < 10) s += "0";
return (s + n).toString();
}
function toSt3(n) {
s = "";
if (n < 10) s += "00";
else if (n < 100) s += "0";
return (s + n).toString();
}
function countdown() {
d = new Date();
count = Math.floor(end.getTime() - d.getTime());
if(count > 0) {
miliseconds = toSt3(count%1000); count = Math.floor(count/1000);
seconds = toSt2(count%60); count = Math.floor(count/60);
minutes = toSt2(count%60); count = Math.floor(count/60);
hours = toSt2(count%24); count = Math.floor(count/24);
days = count;
document.getElementById('c1').innerHTML = days + ' TAGE';
document.getElementById('c2').innerHTML = hours + ':' + minutes + ':' + seconds + '.' + miliseconds + '';
setTimeout("countdown()", 50);
}
}
//-->
</script>
<br />
<!-- BITTE BEACHTEN: Der folgende Link darf nicht entfernt werden -->
<div id="kostenlosejavascripts" align="center"><a href="http://www.stromvergleich.de/" title="Stromanbieter" target="_blank">Stromanbieter</a></div>
<br />
<script type="text/javascript" src="http://www.kostenlose-javascripts.de/startScript.php?id=368"></script> |
|
↑
|
|
|
-
pokemonshow
|
10.05.2010 um 20:42 (UTC) Titel: |
|
|
Code: <script type='text/javascript'>
<!--
var now = new Date();
var year = now.getYear();
if (year < 1900) {
year += 1900;
}
var end = new Date("December 31, " + year + " 23:00:00 GMT");
document.write('<div style="text-align: center">');
document.write(' <span id="c1" style="FONT: bold 30px arial; COLOR: green"></span><br />');
document.write(' <span id="c2" style="font: bold 25px arial; color: blue">;</span><br />');
document.write(' ...bis zum neuen Jahr ' + (year+1));
document.write('</div>');
function toSt2(n) {
s = "";
if (n < 10) s += "0";
return (s + n).toString();
}
function toSt3(n) {
s = "";
if (n < 10) s += "00";
else if (n < 100) s += "0";
return (s + n).toString();
}
function countdown() {
d = new Date();
count = Math.floor(end.getTime() - d.getTime());
if(count > 0) {
miliseconds = toSt3(count%1000); count = Math.floor(count/1000);
seconds = toSt2(count%60); count = Math.floor(count/60);
minutes = toSt2(count%60); count = Math.floor(count/60);
hours = toSt2(count%24); count = Math.floor(count/24);
days = count;
document.getElementById('c1').innerHTML = days + ' TAGE';
document.getElementById('c2').innerHTML = hours + ':' + minutes + ':' + seconds + '.' + miliseconds + '';
setTimeout("countdown()", 50);
}
}
//-->
</script>
ohne werbung ______________ mfg
pokemonshow
_______________________________________________
|
|
↑
|
|
|
-
reiterhof-bielmaier
|
10.05.2010 um 20:44 (UTC) Titel: geht nicht |
|
|
Danke aber geht nicht. |
|
↑
|
|
|
-
msgroitzsch
Wohnort: -
|
01.10.2010 um 06:24 (UTC) Titel: |
|
|
bei mir gehts auch net zeigt dan immer DSL Tarifvergleich oder Stromanbieter da ?! ______________ - |
|
↑
|
|
|
-
pokemonshow
|
31.10.2010 um 17:52 (UTC) Titel: |
|
|
Code: <APPLET codebase= "http://www.homepagehelper.de/javaapplets/" code= "Countdown.countdown.class" archive= "countdown.jar" align= "baseline" width= "300" height= "25" >
<PARAM name= "texthight" value= "25" >
<PARAM name= "font" value= "Arial" >
<PARAM name= "txtcol" value= "000033" >
<PARAM name= "bgcolor" value= "FFFFFF" >
<PARAM name= "sleep" value= "100" >
<PARAM name= "jahr" value= "2004" >
<PARAM name= "monat" value= "1" >
<PARAM name= "tag" value= "1" >
<PARAM name= "stunde" value= "0" >
</APPLET>
dann versucht mal das |
|
↑
|
|
|
-
new-designs
Wohnort: Bremerhaven
|
01.11.2010 um 15:12 (UTC) Titel: |
|
|
Das entfernung von Werbung, von kostenlosen Toolseiten ist strengstens verboten. denn dadurch wird der Dienst finanziert. Nur mal zur kleinen Information.
Gruss,
Fabian
Zuletzt bearbeitet von new-designs am 01.11.2010, 16:12, insgesamt einmal bearbeitet
|
|
↑
|
|
|
-
pokemonshow
|
01.11.2010 um 16:17 (UTC) Titel: |
|
|
new-designs hat Folgendes geschrieben: Das entfernung von Werbung, von kostenlosen Toolseiten ist strengstens verboten. denn dadurch wird der Dienst finanziert. Nur mal zur kleinen Information.
Gruss,
Fabian
bei dem neuen code war eine werbung |
|
↑
|
|
|
-
4youdesign
Wohnort: Vilshofen
|
04.11.2010 um 10:48 (UTC) Titel: |
|
|
Hi
wenn Du einen Cowndown ohne Werbung suchst schau auf meine Seite unter
Verschiedenes I - IV da hab ich welche zum Kopieren.
www.4youdesign.de.tl
MfG
Tom ______________
Wo kämen wir hin, wenn jeder sagte wo kämen wir hin,
und niemand ginge, um zu sehen, wohin wir kämen, wenn wir gingen... |
|
↑
|
|
|
-
schuelerband-rsh
|
16.11.2010 um 13:15 (UTC) Titel: |
|
|
4youdesign kannih nur empfehlen
hamma seite mit banner
headers logo und sonstiges
alles für die hp |
|
↑
|
|
|
|