mam takie skrypt
<!--start kodu-->
<table border="1" cellspacing="1" style="border-collapse: collapse; font-family: Verdana; font-size: 10 px; bordercolor: #000000; width: 120; height: 50;" bgcolor="#ffffff">
<tr><td align="center" style="background-image:url()">
<div style="position: relative; top: 2; left:0;">
<a href="http://dodatki.blogowicz.info/skrypty,na,www/dodatki,bloga/licznik,czsu,odwiedzin/" title="licznik czasu odwiedzin"><img src="http://dodatki.blogowicz.info/obrazki/lisek.gif" border="0" alt="licznik czsu odwiedzin"/></a>
<p style="font-size: 10px; font-family: tahoma; color: #000000;">
Jesteś już: <div id="bx0"><span>0:00:00</span></div>
<script type="text/javascript">v=new Date();var bx0=document.getElementById('bx0');function tbx0(){n=new Date();s=0+Math.round((n.getTime()-v.getTime())/1000.);m=0;h=0;if(s<0){bx0.innerHTML='---';document.location=document.location;}else{if(s>59){m=Math.floor(s/60); s=s-m*60}if(m>59){h=Math.floor(m/60);m=m-h*60} if(s<10){s="0"+s}if(m<10){m="0"+m}bx0.innerHTML=""+h+":"+m+":"+s+'';window.setTimeout("tbx0();",999);}}tbx0();</script>
<SCRIPT type="text/javascript" SRC="http://dodatki.blogowicz.info/caljs.php"></SCRIPT>
<noscript><a href="http://dodatki.blogowicz.info/skrypty,na,www/dodatki,bloga/licznik,czsu,odwiedzin/">Licznik czsu odwiedzin</a></noscript>
</div></td></tr></table>
<!--/koniec kodu-->
to jest licznik czasu ktory odmierza czas przebywania na stronie
znalazlem go
napiszcie mi co trzeba tu zrobic zeby on dzialal(czyli co wkleic na strone zeby chodzil)ew. cos zmienic
duzo punktow wiec prosze o odp konkretne
a tu drugi
<!-- Paste this code into an external JavaScript file named: timePage.js -->
/* This script and many more are available free online at
The JavaScript Source :: http://javascript.internet.com
Created by: Cody Shaffer :: http://codytheking313.byethost11.com */
var time=1;
function timeHere() {
time = time + 1;
finalTime = time / 10;
/* Remove the "//" below to display in the title bar
the amount of time the visitor has been on the site.
Be aware though, that it does tend to be a bit distracting. */
// document.title = finalTime+" seconds you been here for!";
}
function sayTime() {
finalTime = time / 10;
alert("Thank you for coming to my site! \n You have been here " + finalTime + " seconds!");
}
<!-- Paste this code into the HEAD section of your HTML document.
You may need to change the path of the file. -->
<script type="text/javascript" src="timePage.js"></script>
<!-- Paste this code into the BODY tag -->
<body onload='window.setInterval("timeHere()", 100)' onunload="sayTime()">
pomozcie plis co i jak zrobic
" Life is not a problem to be solved but a reality to be experienced! "
© Copyright 2013 - 2024 KUDO.TIPS - All rights reserved.
Pierwszy skrypt wklejasz gdzieś w Body strony np na samym dole tuż przed znacznikiem </body>, zapisujesz, odpalasz i gotowe.
Drugi skrypt:
Tworzysz nowy plik o nazwie timePage.js i wklejasz do niego to:
<!-- POCZĄTEK -->
var time=1;
function timeHere() {
time = time + 1;
finalTime = time / 10;
/* Remove the "//" below to display in the title bar
the amount of time the visitor has been on the site.
Be aware though, that it does tend to be a bit distracting. */
// document.title = finalTime+" seconds you been here for!";
}
function sayTime() {
finalTime = time / 10;
alert("Thank you for coming to my site! \n You have been here " + finalTime + " seconds!");
}
<!-- KONIEC -->
W pliku strony w sekcji head wklejasz to:
<script type="text/javascript" src="timePage.js"></script>
a w tagu body dopisujesz to:
onload='window.setInterval("timeHere()", 100)' onunload="sayTime()"
czyli cały znacznik będzie wyglądał tak:
<body onload='window.setInterval("timeHere()", 100)' onunload="sayTime()">
Oba pliki musisz mieć w jednym folderze to wszystko będzie działało.
W razie pytań/problemów/sugestii/reklamacji pisz pw.