HackStuff...
Aici veti gasi o gama larga de metode de hack atat pe Windows cat si pe platforme Linux/Unix , programe , tutoriale etc. In acelasi timp veti avea si asistenta help . Precizam ca tot ce se gaseste pe acest site este doar in scop de dezvoltare iar voi va asumati intreaga raspundere pt actiunile savarsite.ENJoY --- by andreony ---
Nou pe simpatie:
amy70
Femeie
24 ani
Bucuresti
cauta Barbat
31 - 59 ani
HackStuff...ReguliInregistrareLoginPozeNu sunteti logat. Lista Forumurilor Pe Tematici
HackStuff... / Trucuri / cronometru Pagini: 1 Moderat de lFx
#1
biletari
Membru Junior
Postari: 143
<html>
<head>
<script type="text/javascript">
var c=0;
var t;
function timedCount()
{
document.getElementById('txt').value=c;
c=c+1;
t=setTimeout("timedCount()",1000);
}

function stopCount()
{
clearTimeout(t);
}
</script>
</head>

<body>
<form>
<input type="button" value="Start count!" onClick="timedCount()">
<input type="text" id="txt">
<input type="button" value="Stop count!" onClick="stopCount()">
</form>
<p>
Click on the "Start count!" button above to start the timer. The input field will count forever, starting at 0. Click on the "Stop count!" button to stop the counting.
</p>
</body>

</html>



un cronometru dragut copiat de unde am putut si eu  :zzz:


_______________________________________
biletari

 
   
#2
biletari
Membru Junior
Postari: 143
mai am un script pe care va rog sa-l rulati ca sa va stricati de ras:cu conditia sa va ganditi la seful vostru cum m-am gandit eu la al meu cand l-am facut.


<html>
<title>sobolanu e un prost</title>
<h1 align ="center">
<body>
<hr>sobolanu e un prost
<hr>
<h2>sobolanu e un prost</h2>
<hr>
<h3>sobolanu e un prost</h3>
<hr>
<h4>sobolanu e un prost</h4>
<hr>
<h5>sobolanu e un prost</h5>
<hr>
<h6>sobolanu e un prost</h6>
<hr>

</body>

</h1>
</html>


_______________________________________
biletari

 
   
Pagini: 1  
Mergi la